Skip to content

Commit

Permalink
Test: build against Node.js 18 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 25, 2024
1 parent 8906d74 commit ebccc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder image for node-postal (requires c++ toolchain and python3)
FROM pelias/libpostal_baseimage as builder
FROM pelias/libpostal_baseimage:nodejs-18 as builder

ENV WORKDIR /code/pelias/interpolation
WORKDIR ${WORKDIR}
Expand All @@ -12,7 +12,7 @@ COPY --chown=pelias ./package.json ${WORKDIR}
RUN npm install

# base image
FROM pelias/libpostal_baseimage
FROM pelias/libpostal_baseimage:nodejs-18

# interpolation dependencies
RUN apt-get update && \
Expand Down

0 comments on commit ebccc12

Please sign in to comment.