Skip to content

Commit

Permalink
Test: use nodejs-18 baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 9, 2024
1 parent 53348d2 commit 3ee3268
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
FROM pelias/baseimage as builder
FROM pelias/baseimage:nodejs-18 as builder

# libpostal apt dependencies
# note: this is done in one command in order to keep down the size of intermediate containers
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN cp /code/libpostal/src/.libs/address_parser /libpostal/usr/local/bin/
# -------------------------------------------------------------

# main image
FROM pelias/baseimage
FROM pelias/baseimage:nodejs-18

# copy data
COPY --from=builder /usr/share/libpostal /usr/share/libpostal
Expand Down

0 comments on commit 3ee3268

Please sign in to comment.