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+)$