Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d4
ARG BASE_NAME="ubuntu:24.04"
ARG PYTHON_VERSION=3.12
# renovate: datasource=github-tags depName=libgeos/geos
ARG GEOS_VERSION=3.14.0
ARG GEOS_VERSION=3.14.1
# renovate: datasource=github-tags depName=OSGeo/PROJ
ARG PROJ_VERSION=9.7.1
# renovate: datasource=github-tags depName=OSGeo/gdal
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d4
ARG BASE_NAME="ubuntu:24.04"
ARG PYTHON_VERSION=3.12
# renovate: datasource=github-tags depName=libgeos/geos
ARG GEOS_VERSION=3.14.0
ARG GEOS_VERSION=3.14.1
# renovate: datasource=github-tags depName=OSGeo/PROJ
ARG PROJ_VERSION=9.7.1
# renovate: datasource=github-tags depName=OSGeo/gdal
Expand Down
Loading