From 6c07baf007c7be8c88166e0ba46402238e77539a Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Sat, 27 Jul 2024 12:45:16 +0300 Subject: [PATCH] Bump to QGIS 33801 --- docker-qgis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-qgis/Dockerfile b/docker-qgis/Dockerfile index f09578d03..56ea9bed9 100644 --- a/docker-qgis/Dockerfile +++ b/docker-qgis/Dockerfile @@ -29,7 +29,7 @@ RUN apt 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.36.3+40noble +ARG QGIS_VERSION=1:3.38.1+40noble # Install QGIS dependencies RUN apt update \