Skip to content

Commit c833ba3

Browse files
Update all patch/minor versions
1 parent a780810 commit c833ba3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1 AS base-all
1+
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.2 AS base-all
22
LABEL maintainer Camptocamp "info@camptocamp.com"
33
SHELL ["/bin/bash", "-o", "pipefail", "-cux"]
44

Dockerfile-fillcache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1
1+
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.2
22

33
COPY cache/.ccache /.ccache
44
RUN --mount=type=cache,target=/root/.ccache,id=ccache \

acceptance_tests/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry==2.0.1
2-
poetry-plugin-export==1.8.0
1+
poetry==2.1.1
2+
poetry-plugin-export==1.9.0

0 commit comments

Comments
 (0)