We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca7123 commit 858516eCopy full SHA for 858516e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 AS builder
+FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1 AS builder
2
3
ENV DEBIAN_FRONTEND=noninteractive \
4
LC_ALL=C.UTF-8 \
@@ -20,7 +20,7 @@ WORKDIR /build
20
21
RUN python3 -m pip --disable-pip-version-check -q wheel --no-binary psycopg2 psycopg2
22
23
-FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1
+FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1
24
25
26
0 commit comments