diff --git a/kroxylicious-openmessaging-benchmarks/Containerfile b/kroxylicious-openmessaging-benchmarks/Containerfile index f6c9e19dc7..4d47e06169 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.1775561370@sha256:19dd5df9328c3c9b0d26b97a173a3d4ce12850699df148df2d86da2060ae403f +FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1776048101@sha256:291fbe97f178d3bf1f99e4eeae8851f636cb1e8a2e12c48819a6c136fb8d4eb6 USER root COPY --from=builder --chown=185:0 /opt/benchmark /opt/benchmark