We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e5447b + 28238a3 commit 390ec75Copy full SHA for 390ec75
1 file changed
container/definitions/Dockerfile
@@ -11,6 +11,6 @@ ARG CODE0_CLI_VERSION=0.0.12
11
RUN cargo install --version $CODE0_CLI_VERSION code0-cli
12
13
# renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$
14
-ARG DEFINITION_VERSION=def-0.0.26
+ARG DEFINITION_VERSION=def-0.0.27
15
LABEL org.opencontainers.image.version=$DEFINITION_VERSION
16
RUN code0-cli download -t $DEFINITION_VERSION
0 commit comments