From fe3892dcfe26ba1c8836c43e5276df3b4b1dcb96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:13:11 +0100 Subject: [PATCH] feat: update strimzi/kafka from 3.6.1 to 3.7.0 Bumps the baseimages group with 1 update: [strimzi/kafka](https://github.com/strimzi/strimzi-kafka-operator). Updates `strimzi/kafka` from latest-kafka-3.6.1 to latest-kafka-3.7.0 - [Release notes](https://github.com/strimzi/strimzi-kafka-operator/releases) - [Changelog](https://github.com/strimzi/strimzi-kafka-operator/blob/main/CHANGELOG.md) - [Commits](https://github.com/strimzi/strimzi-kafka-operator/commits) --- updated-dependencies: - dependency-name: strimzi/kafka dependency-type: direct:production dependency-group: baseimages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5b098a..ec579ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/strimzi/kafka:latest-kafka-3.6.1 AS source +FROM quay.io/strimzi/kafka:latest-kafka-3.7.0 AS source FROM ghcr.io/radiorabe/ubi9-minimal:0.6.5 AS app COPY --from=source /opt /opt