Skip to content

Commit

Permalink
[DO NOT MERGE] Use nodejs-16 Docker baseimage branch
Browse files Browse the repository at this point in the history
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
  • Loading branch information
orangejulius committed Jul 4, 2023
1 parent aaf0586 commit 8c04ef4
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 @@
# build the libpostal-server binary separately
FROM pelias/libpostal_baseimage as builder
FROM pelias/libpostal_baseimage:nodejs-16 as builder

RUN apt-get update && apt-get install -y make pkg-config

Expand All @@ -13,7 +13,7 @@ RUN git clone https://github.com/whosonfirst/go-whosonfirst-libpostal.git .
RUN make bin

# start of main image
FROM pelias/libpostal_baseimage
FROM pelias/libpostal_baseimage:nodejs-16

COPY --from=builder /code/go-whosonfirst-libpostal/bin/wof-libpostal-server /bin/

Expand Down

0 comments on commit 8c04ef4

Please sign in to comment.