From 88a2d95cffad6c2fb71b1b5e3f6f39ee91099f26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 09:41:20 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to v1.24-3.1787587037 Signed-off-by: anchoret <1540119+anchoret@users.noreply.github.com> Signed-off-by: anchoret <1540119+anchoret@users.noreply.github.com> --- kroxylicious-openmessaging-benchmarks/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kroxylicious-openmessaging-benchmarks/Containerfile b/kroxylicious-openmessaging-benchmarks/Containerfile index 74cfaefbe07..1c9761d019a 100644 --- a/kroxylicious-openmessaging-benchmarks/Containerfile +++ b/kroxylicious-openmessaging-benchmarks/Containerfile @@ -29,7 +29,7 @@ RUN mvn clean package -DskipTests && \ tar -xzf /build/package/target/openmessaging-benchmark-*-bin.tar.gz --strip-components=1 -C /opt/benchmark # ---------- Stage 2: runtime ---------- -FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1782293370@sha256:b8be612ac873a91d2a9e05937453358e719b155dc0304c070ffe0e94cd6aa5e2 +FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-3.1787587037@sha256:943b19f816ea068e5f5d54ca903c65a8843e649351f85d6d0d637a3b45c0c7fc USER root COPY --from=builder --chown=185:0 /opt/benchmark /opt/benchmark