From 303516d7374f03c5e8577f11cbabf1e8e861bf73 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sun, 1 Dec 2024 12:24:04 +0700 Subject: [PATCH] Dump QGIS to 3.40.1 --- docker-qgis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-qgis/Dockerfile b/docker-qgis/Dockerfile index a91bae9af..e23867461 100644 --- a/docker-qgis/Dockerfile +++ b/docker-qgis/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update \ # Set QGIS version as in the debian repos # Choose your version from here: https://debian.qgis.org/debian/dists/noble/main/binary-amd64/Packages -ARG QGIS_VERSION=1:3.38.3+40noble +ARG QGIS_VERSION=1:3.40.1+40noble # Install QGIS dependencies RUN apt-get update \