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(