diff --git a/Dockerfile b/Dockerfile index bf69f07bc..2a79541a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Note that this is now pinned to a fixed version. Remember to check for new versions periodically. -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 AS builder +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 AS builder # Environment is test or deployment. ARG ENVIRONMENT=deployment @@ -26,7 +26,7 @@ RUN python3 -m pip --disable-pip-version-check -q wheel --no-binary psycopg2 psy python3 -m pip --disable-pip-version-check -q wheel --no-binary pyproj pyproj) # Should match builder base. -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 # Environment is test or deployment. ARG ENVIRONMENT=deployment