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.
1 parent bc8bbcc commit f58c112Copy full SHA for f58c112
1 file changed
container/definitions/Dockerfile
@@ -11,6 +11,6 @@ ARG CODE0_CLI_VERSION=0.0.13
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.28
+ARG DEFINITION_VERSION=def-0.0.29
15
LABEL org.opencontainers.image.version=$DEFINITION_VERSION
16
RUN code0-cli download -t $DEFINITION_VERSION
0 commit comments