diff --git a/kroxylicious-openmessaging-benchmarks/Containerfile b/kroxylicious-openmessaging-benchmarks/Containerfile index 85af6d0839..de97fc365b 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.1780581570@sha256:fe35e361a8ce4ea397ee0701f11c6a0f606142bdd4b0a58fd5b23c9b6b508f57 +FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1781533371@sha256:8e4169812e4598113c3d61fbea6c21c1c8e49b5a38c5cd17be6befe9eec4afc8 USER root COPY --from=builder --chown=185:0 /opt/benchmark /opt/benchmark