diff --git a/Dockerfile b/Dockerfile index 9e3239b3..a5429ef3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ COPY API/ ./API/ COPY src/ ./src/ # Use a separate stage to pull the tippecanoe image -FROM ghcr.io/kshitijrajsharma/tippecanoe:test- as tippecanoe-builder +FROM ghcr.io/hotosm/tippecanoe:main as tippecanoe-builder FROM runner as prod USER root