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 @@ -11,7 +11,7 @@ ARG PYTHON_VERSION=3.12
# renovate: datasource=github-tags depName=libgeos/geos
ARG GEOS_VERSION=3.14.0
# renovate: datasource=github-tags depName=OSGeo/PROJ
ARG PROJ_VERSION=9.7.0
ARG PROJ_VERSION=9.7.1
# renovate: datasource=github-tags depName=OSGeo/gdal
ARG GDAL_VERSION=3.12.1
# renovate: datasource=github-tags depName=PDAL/PDAL
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG PYTHON_VERSION=3.12
# renovate: datasource=github-tags depName=libgeos/geos
ARG GEOS_VERSION=3.14.0
# renovate: datasource=github-tags depName=OSGeo/PROJ
ARG PROJ_VERSION=9.7.0
ARG PROJ_VERSION=9.7.1
# renovate: datasource=github-tags depName=OSGeo/gdal
ARG GDAL_VERSION=3.12.1
# renovate: datasource=github-tags depName=PDAL/PDAL
Expand Down
Loading