We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7956e16 commit 0e32505Copy full SHA for 0e32505
1 file changed
geo/Dockerfile
@@ -50,7 +50,7 @@ RUN valhalla_build_extract -c valhalla.json -v
50
# (Optional) Delete the raw tiles directory to save space in the builder stage
51
# RUN rm -rf /build/valhalla_tiles
52
53
-FROM ghcr.io/onthegomap/planetiler:latest@sha256:61eebbcf6a37339eaf6be9b8ca5b5b54e0cf8db47e6cdd5d718b7754b78cd5e5 AS planetiler-builder
+FROM ghcr.io/onthegomap/planetiler:latest@sha256:5e6da1e4f5433c607a9aceb5b543bed392f0fbe043f44d980a938d22b85484be AS planetiler-builder
54
55
WORKDIR /data
56
COPY --from=osm-data /build/merged.osm.pbf /data/merged.osm.pbf
0 commit comments