From 34507718a5052b2540421087d86623ed5ff42e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:22:33 +0000 Subject: [PATCH] CI(deps): Update dependency PDAL/PDAL to v2.7.2 --- docker/ubuntu_wxgui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ubuntu_wxgui/Dockerfile b/docker/ubuntu_wxgui/Dockerfile index 402bbccd04c..9cad91a607b 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.7.2 SHELL ["/bin/bash", "-c"]