diff --git a/docker/debian/Dockerfile b/docker/debian/Dockerfile index b11de1b3926..d46b955ce0b 100644 --- a/docker/debian/Dockerfile +++ b/docker/debian/Dockerfile @@ -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.5.5 +ARG PDAL_VERSION=2.7.1 SHELL ["/bin/bash", "-c"] diff --git a/docker/ubuntu_wxgui/Dockerfile b/docker/ubuntu_wxgui/Dockerfile index 0c63be3de55..c7305db8003 100644 --- a/docker/ubuntu_wxgui/Dockerfile +++ b/docker/ubuntu_wxgui/Dockerfile @@ -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.4.3 +ARG PDAL_VERSION=2.7.1 SHELL ["/bin/bash", "-c"]