From 7e042a3d65a5bd43eb945a48d84ce8dec7252865 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Wed, 22 Jun 2022 14:54:17 +1000 Subject: [PATCH] Fix osgeo/gdal docker version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad363638c..8018391e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN if [ "$PYDEV_DEBUG" = "yes" ]; then \ RUN pip freeze -FROM osgeo/gdal:ubuntu-small-latest +FROM osgeo/gdal:ubuntu-small-3.5.0 # all the python pip installed libraries COPY --from=builder /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages