From 2bc1f983be0906dabd2010b86347d62052094999 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:13:04 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to v1.24-2.1775561370 Signed-off-by: Uzziee <105218041+Uzziee@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 a9cba6b387..69a3db1f84 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.1774011801@sha256:622ba9ba5339b3af9bd4fd4bb9aad4d199ff3e2d0d1e50500d113aac38a801bf +FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1775561370@sha256:19dd5df9328c3c9b0d26b97a173a3d4ce12850699df148df2d86da2060ae403f USER root COPY --from=builder --chown=185:0 /opt/benchmark /opt/benchmark