There was an error while loading. Please reload this page.
1 parent bb03cde commit 83db9a3Copy full SHA for 83db9a3
1 file changed
docker/Dockerfile
@@ -34,7 +34,7 @@ RUN mkdir -p "${FUNCTION_DIR}" && \
34
pip install --target ${FUNCTION_DIR} awslambdaric
35
36
37
-FROM osgeo/gdal:ubuntu-small-${GDAL_VERSION}
+FROM ghcr.io/osgeo/gdal:ubuntu-small-${GDAL_VERSION}
38
ARG FUNCTION_DIR
39
RUN adduser --quiet --disabled-password --shell /bin/sh --home /home/dockeruser --gecos "" --uid 993 dockeruser
40
USER dockeruser
0 commit comments