From 2569a00309d4a602177e6ae0ccf5f5cb7f9a7a91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:50:37 +0000 Subject: [PATCH] Update dependency code0-cli to 0.0.10 --- container/draco/Dockerfile | 2 +- container/taurus/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/draco/Dockerfile b/container/draco/Dockerfile index 78f41e4..64a323f 100644 --- a/container/draco/Dockerfile +++ b/container/draco/Dockerfile @@ -11,7 +11,7 @@ RUN cargo build --release RUN apk add openssl-dev openssl-libs-static pkgconfig # renovate: datasource=crate depName=code0-cli -ARG CODE0_CLI_VERSION=0.0.8 +ARG CODE0_CLI_VERSION=0.0.10 RUN cargo install --version $CODE0_CLI_VERSION code0-cli # renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?\d+)\.(?\d+)\.(?\d+)$ diff --git a/container/taurus/Dockerfile b/container/taurus/Dockerfile index c011102..7aae9fe 100644 --- a/container/taurus/Dockerfile +++ b/container/taurus/Dockerfile @@ -9,7 +9,7 @@ RUN cargo build --release RUN apk add openssl-dev openssl-libs-static pkgconfig # renovate: datasource=crate depName=code0-cli -ARG CODE0_CLI_VERSION=0.0.8 +ARG CODE0_CLI_VERSION=0.0.10 RUN cargo install --version $CODE0_CLI_VERSION code0-cli # renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?\d+)\.(?\d+)\.(?\d+)$