Skip to content

Commit bb03cde

Browse files
committed
issue/94: gdal image migrated to ghcr.io
1 parent fb74c5e commit bb03cde

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
@@ -2,7 +2,7 @@
22
ARG FUNCTION_DIR="/home/dockeruser/app"
33
ARG GDAL_VERSION="3.13.1"
44

5-
FROM osgeo/gdal:ubuntu-small-${GDAL_VERSION} AS build-image
5+
FROM ghcr.io/osgeo/gdal:ubuntu-small-${GDAL_VERSION} AS build-image
66

77
# Include global arg in this stage of the build
88
ARG FUNCTION_DIR

0 commit comments

Comments
 (0)