From b23bf1915e07f98d0bfadf82423d2e5c6ee31aa2 Mon Sep 17 00:00:00 2001 From: Toni Corvera Date: Tue, 9 Jul 2024 11:59:10 +0200 Subject: [PATCH] Update to the latest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 477a134..3f903e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # See https://github.com/jlesage/docker-baseimage-gui -ARG app_version="3.61.0" +ARG app_version="3.61.1" # Bump if publishing a new image with the same app_version, reset to 1 with new app versions ARG image_revision="1" # BUILDPLATFORM and TARGETPLATFORM are defined when using BuildKit (i.e. docker buildx)