From 1f72c628b8e6becf67965e259b46c2ab01572076 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Mon, 19 Dec 2022 16:15:43 +0200 Subject: [PATCH] Bump QGIS to 3.28.2 --- docker-qgis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-qgis/Dockerfile b/docker-qgis/Dockerfile index a4c0eafd1..4f1207a08 100644 --- a/docker-qgis/Dockerfile +++ b/docker-qgis/Dockerfile @@ -1,4 +1,4 @@ -FROM qgis/qgis:final-3_28_1 +FROM qgis/qgis:final-3_28_2 RUN apt-get update \ && apt-get upgrade -y \