From fda29d87ea2982af3220a9c0850bd1b529b116a5 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 25 Jun 2024 12:46:08 +0200 Subject: [PATCH] chore: Bump config-utils to 0.2.0 --- stackable-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 31d3ca837..70002435c 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -6,7 +6,7 @@ # Manifest list digest because of multi architecture builds ( https://www.redhat.com/architect/pull-container-image#:~:text=A%20manifest%20list%20exists%20to,system%20on%20a%20specific%20architecture ) FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:a7d837b00520a32502ada85ae339e33510cdfdbc8d2ddf460cc838e12ec5fa5a AS product-utils-builder -ENV CONFIG_UTILS_VERSION=0.1.0 +ENV CONFIG_UTILS_VERSION=0.2.0 # This SHOULD be kept in sync with operator-templating and other tools to reduce build times ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.78.0 ENV CARGO_CYCLONEDX_CRATE_VERSION=0.4.0