From cb27274d64b6776fa221e07b943e2c6459132426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:40:25 +0000 Subject: [PATCH] Update dependency code0-tech/code0-definition to def-0.0.20 --- 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..02accbc 100644 --- a/container/draco/Dockerfile +++ b/container/draco/Dockerfile @@ -15,7 +15,7 @@ ARG CODE0_CLI_VERSION=0.0.8 RUN cargo install --version $CODE0_CLI_VERSION code0-cli # renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?\d+)\.(?\d+)\.(?\d+)$ -ARG DEFINITION_VERSION=def-0.0.19 +ARG DEFINITION_VERSION=def-0.0.20 RUN code0-cli download -f $VARIANT -t $DEFINITION_VERSION FROM alpine:3.22 diff --git a/container/taurus/Dockerfile b/container/taurus/Dockerfile index c011102..14b1e3c 100644 --- a/container/taurus/Dockerfile +++ b/container/taurus/Dockerfile @@ -13,7 +13,7 @@ ARG CODE0_CLI_VERSION=0.0.8 RUN cargo install --version $CODE0_CLI_VERSION code0-cli # renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?\d+)\.(?\d+)\.(?\d+)$ -ARG DEFINITION_VERSION=def-0.0.19 +ARG DEFINITION_VERSION=def-0.0.20 RUN code0-cli download -f standard -t $DEFINITION_VERSION FROM alpine:3.22