Skip to content

Commit 858516e

Browse files
dependabot[bot]omad
authored andcommitted
Bump osgeo/gdal from ubuntu-small-3.9.1 to ubuntu-small-3.10.1
Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.9.1 to ubuntu-small-3.10.1. - [Release notes](https://github.com/OSGeo/gdal/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](OSGeo/gdal@v3.9.1...v3.10.1) --- updated-dependencies: - dependency-name: osgeo/gdal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ca7123 commit 858516e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 AS builder
1+
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1 AS builder
22

33
ENV DEBIAN_FRONTEND=noninteractive \
44
LC_ALL=C.UTF-8 \
@@ -20,7 +20,7 @@ WORKDIR /build
2020

2121
RUN python3 -m pip --disable-pip-version-check -q wheel --no-binary psycopg2 psycopg2
2222

23-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1
23+
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1
2424

2525
ENV DEBIAN_FRONTEND=noninteractive \
2626
LC_ALL=C.UTF-8 \

0 commit comments

Comments
 (0)