From 7011d2a818cb0ebdd020a4a6e34b1720d9de2c69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:51:05 +0000 Subject: [PATCH] CI(deps): Update dependency PDAL/PDAL to v7 --- 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 6df50c8e14d..c62e0833a32 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=7.7.7 SHELL ["/bin/bash", "-c"] diff --git a/docker/ubuntu_wxgui/Dockerfile b/docker/ubuntu_wxgui/Dockerfile index 80dbbb1d409..b453bfa9de5 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=7.7.7 SHELL ["/bin/bash", "-c"]