Skip to content

Commit

Permalink
Revert dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 20, 2023
1 parent b95139f commit 64d519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64d519a

Please sign in to comment.