From 136bf46fcce6e938d4b049a024cd34a3388f098c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:41:24 +0100 Subject: [PATCH] feat: bump strimzi/kafka in the baseimages group across 1 directory (#61) Bumps the baseimages group with 1 update in the / directory: [strimzi/kafka](https://github.com/strimzi/strimzi-kafka-operator). Updates `strimzi/kafka` from latest-kafka-3.7.1 to latest-kafka-3.9.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 c63f27e..f13892a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/strimzi/kafka:latest-kafka-3.7.1 AS source +FROM quay.io/strimzi/kafka:latest-kafka-3.9.0 AS source FROM ghcr.io/radiorabe/ubi9-minimal:0.7.3 AS app COPY --from=source /opt /opt