Skip to content
Open
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 @@ -15,7 +15,7 @@ ARG PROJ_VERSION=9.7.1
# renovate: datasource=github-tags depName=OSGeo/gdal
ARG GDAL_VERSION=3.12.0
# renovate: datasource=github-tags depName=PDAL/PDAL
ARG PDAL_VERSION=2.9.2
ARG PDAL_VERSION=2.9.3
# renovate: datasource=github-tags depName=OSGeo/gdal-grass
ARG GDAL_GRASS_VERSION=2.0.0

Expand Down
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# define versions to be used (PDAL is not available on Debian, so we compile it here)
# https://github.com/PDAL/PDAL/releases
# renovate: datasource=github-tags depName=PDAL/PDAL
ARG PDAL_VERSION=2.9.2
ARG PDAL_VERSION=2.9.3

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG PROJ_VERSION=9.7.1
# renovate: datasource=github-tags depName=OSGeo/gdal
ARG GDAL_VERSION=3.12.0
# renovate: datasource=github-tags depName=PDAL/PDAL
ARG PDAL_VERSION=2.9.2
ARG PDAL_VERSION=2.9.3
# renovate: datasource=github-tags depName=OSGeo/gdal-grass
ARG GDAL_GRASS_VERSION=2.0.0

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu_wxgui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# define versions to be used (PDAL is not available on Ubuntu/Debian, so we compile it here)
# https://github.com/PDAL/PDAL/releases
# renovate: datasource=github-tags depName=PDAL/PDAL
ARG PDAL_VERSION=2.9.2
ARG PDAL_VERSION=2.9.3

SHELL ["/bin/bash", "-c"]

Expand Down
Loading