diff --git a/kroxylicious-openmessaging-benchmarks/Containerfile b/kroxylicious-openmessaging-benchmarks/Containerfile index 1de70920aa..b4bbd39a29 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.1779229707@sha256:b416ffc9aa20ad8aaa0c0f8349c92dac644aaf5a077034fff0c9130414650f14 +FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1779791372@sha256:6612ec21d6004e5f09e22816529af779db4be06556fa445f1b5b06d2309a2b3e USER root COPY --from=builder --chown=185:0 /opt/benchmark /opt/benchmark