Skip to content

Commit 69613f1

Browse files
committed
deps: updated cli & definitions
1 parent 00ff02d commit 69613f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container/definitions/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ WORKDIR /
77
RUN apk add openssl-dev openssl-libs-static pkgconfig
88

99
# renovate: datasource=crate depName=code0-cli
10-
ARG CODE0_CLI_VERSION=0.0.13
10+
ARG CODE0_CLI_VERSION=0.0.15
1111
RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1212

1313
# 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
14+
ARG DEFINITION_VERSION=def-0.0.32
1515
LABEL org.opencontainers.image.version=$DEFINITION_VERSION
1616
RUN code0-cli download -t $DEFINITION_VERSION

0 commit comments

Comments
 (0)