diff --git a/tippecanoe.Dockerfile b/tippecanoe.Dockerfile index fd3a417..4b4cd2b 100644 --- a/tippecanoe.Dockerfile +++ b/tippecanoe.Dockerfile @@ -6,7 +6,7 @@ WORKDIR /src/tippecanoe RUN make -j$(nproc) && make install # Stage 2: runtime with GDAL + tippecanoe + mc -FROM osgeo/gdal:alpine-normal-latest +FROM ghcr.io/osgeo/gdal:alpine-normal-latest COPY --from=builder /usr/local/bin/tippecanoe /usr/local/bin/tippecanoe COPY --from=builder /usr/local/bin/tile-join /usr/local/bin/tile-join