Skip to content

Commit 83db9a3

Browse files
committed
issue/94: gdal image migrated to ghcr.io take 2
1 parent bb03cde commit 83db9a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN mkdir -p "${FUNCTION_DIR}" && \
3434
pip install --target ${FUNCTION_DIR} awslambdaric
3535

3636

37-
FROM osgeo/gdal:ubuntu-small-${GDAL_VERSION}
37+
FROM ghcr.io/osgeo/gdal:ubuntu-small-${GDAL_VERSION}
3838
ARG FUNCTION_DIR
3939
RUN adduser --quiet --disabled-password --shell /bin/sh --home /home/dockeruser --gecos "" --uid 993 dockeruser
4040
USER dockeruser

0 commit comments

Comments
 (0)