From f2cc6a80e254c19d85d92abea3e5ba52b03ab4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:13:00 +0000 Subject: [PATCH] build(deps): bump renku/renkulab-qgis from 0.23.0 to 0.24.0 in /qgis (#87) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- qgis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgis/Dockerfile b/qgis/Dockerfile index e8316ea..5656d4a 100644 --- a/qgis/Dockerfile +++ b/qgis/Dockerfile @@ -1,6 +1,6 @@ # For finding latest versions of the base image see # https://github.com/SwissDataScienceCenter/renkulab-docker -FROM renku/renkulab-qgis:0.23.0 +FROM renku/renkulab-qgis:0.24.0 # Uncomment and adapt if code is to be included in the image # COPY src /code/src