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 00ff02d commit 69613f1Copy full SHA for 69613f1
1 file changed
container/definitions/Dockerfile
@@ -7,10 +7,10 @@ WORKDIR /
7
RUN apk add openssl-dev openssl-libs-static pkgconfig
8
9
# renovate: datasource=crate depName=code0-cli
10
-ARG CODE0_CLI_VERSION=0.0.13
+ARG CODE0_CLI_VERSION=0.0.15
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.31
+ARG DEFINITION_VERSION=def-0.0.32
15
LABEL org.opencontainers.image.version=$DEFINITION_VERSION
16
RUN code0-cli download -t $DEFINITION_VERSION
0 commit comments