There was an error while loading. Please reload this page.
1 parent fb74c5e commit bb03cdeCopy full SHA for bb03cde
1 file changed
docker/Dockerfile
@@ -2,7 +2,7 @@
2
ARG FUNCTION_DIR="/home/dockeruser/app"
3
ARG GDAL_VERSION="3.13.1"
4
5
-FROM osgeo/gdal:ubuntu-small-${GDAL_VERSION} AS build-image
+FROM ghcr.io/osgeo/gdal:ubuntu-small-${GDAL_VERSION} AS build-image
6
7
# Include global arg in this stage of the build
8
ARG FUNCTION_DIR
0 commit comments