Skip to content

Commit

Permalink
docker: Downgrade PDAL to 2.7.1 in ubuntu_wxgui (OSGeo#3946)
Browse files Browse the repository at this point in the history
When building the image, only PROJ 8.2.1 is available, and PDAL 2.7.2 checks for PROJ 9.0+. Reverting until the Dockerfile is modified to include PROJ 9.0+
  • Loading branch information
echoix authored and cyliang368 committed Jul 1, 2024
1 parent cf1c812 commit a132ff0
Showing 1 changed file with 1 addition and 1 deletion.
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.7.2
ARG PDAL_VERSION=2.7.1

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

Expand Down

0 comments on commit a132ff0

Please sign in to comment.