Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 19, 2024
1 parent a2f59be commit 369ca6e
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 @@
# use multi-stage build to make pbf binary
FROM pelias/baseimage as builder
FROM pelias/baseimage:nodejs-18 as builder

RUN apt-get update && apt-get install gcc -y

Expand All @@ -14,7 +14,7 @@ ENV GO111MODULE=on
RUN go get github.com/missinglink/pbf

# use Pelias baseimage for the main image
FROM pelias/baseimage
FROM pelias/baseimage:nodejs-18

# change working dir
ENV WORKDIR /code/pelias/polylines
Expand Down

0 comments on commit 369ca6e

Please sign in to comment.