We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6086f commit 15e6202Copy full SHA for 15e6202
gitlab/commodore-compile.jsonnet
@@ -1,4 +1,4 @@
1
-local commodore_version = 'v1.26.1';
+local commodore_version = 'v1.27.1';
2
local commodore_image = 'docker.io/projectsyn/commodore:' + commodore_version;
3
4
local to_array(param) = std.foldl(
0 commit comments