From 8b8e5e989e3c1a0f0ef06e15139c5c82c55efad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:28:54 +0000 Subject: [PATCH] CI(deps): Update dependency PDAL/PDAL to v2.8.1 --- docker/debian/Dockerfile | 2 +- docker/ubuntu_wxgui/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/debian/Dockerfile b/docker/debian/Dockerfile index 8021ccf409e..5ba4e703aaf 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.7.2 +ARG PDAL_VERSION=2.8.1 SHELL ["/bin/bash", "-c"] diff --git a/docker/ubuntu_wxgui/Dockerfile b/docker/ubuntu_wxgui/Dockerfile index 0d1ead788a3..0ad384080b8 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.7.1 +ARG PDAL_VERSION=2.8.1 SHELL ["/bin/bash", "-c"]