From b4a7f149dceabcd7b454cf41881168424ea81a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:50:17 +0000 Subject: [PATCH] Update projectsyn/commodore Docker tag to v1.24.0 --- gitlab/commodore-compile.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/commodore-compile.jsonnet b/gitlab/commodore-compile.jsonnet index 5ce2bb2..373905b 100644 --- a/gitlab/commodore-compile.jsonnet +++ b/gitlab/commodore-compile.jsonnet @@ -1,4 +1,4 @@ -local commodore_version = 'v1.23.0'; +local commodore_version = 'v1.24.0'; local commodore_image = 'docker.io/projectsyn/commodore:' + commodore_version; local to_array(param) = std.foldl(