Skip to content

Commit fda2fa9

Browse files
Update dependency code0-cli to 0.0.9
1 parent e371271 commit fda2fa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

container/draco/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN cargo build --release
1111
RUN apk add openssl-dev openssl-libs-static pkgconfig
1212

1313
# renovate: datasource=crate depName=code0-cli
14-
ARG CODE0_CLI_VERSION=0.0.8
14+
ARG CODE0_CLI_VERSION=0.0.9
1515
RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1616

1717
# renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$

container/taurus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN cargo build --release
99
RUN apk add openssl-dev openssl-libs-static pkgconfig
1010

1111
# renovate: datasource=crate depName=code0-cli
12-
ARG CODE0_CLI_VERSION=0.0.8
12+
ARG CODE0_CLI_VERSION=0.0.9
1313
RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1414

1515
# renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$

0 commit comments

Comments
 (0)