diff --git a/Dockerfile b/Dockerfile index 95aa14b480..e47e16d7ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN set -ex; \ COPY . . RUN mvn -q -B clean package -Pdist -Dquick -DskipDocker=true -DskipDocs=true -Dmaven.test.skip -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502 ARG JAVA_VERSION=17 ARG KROXYLICIOUS_VERSION diff --git a/Dockerfile.operator b/Dockerfile.operator index 627e1c3b56..e50cc94d67 100644 --- a/Dockerfile.operator +++ b/Dockerfile.operator @@ -41,7 +41,7 @@ COPY . . RUN mvn -q -B clean package -Pdist -Dquick -DskipDocker=true -DskipDocs=true -Dmaven.test.skip -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502 ARG JAVA_VERSION=17 ARG KROXYLICIOUS_VERSION diff --git a/kroxylicious-app/src/main/docker/proxy.dockerfile b/kroxylicious-app/src/main/docker/proxy.dockerfile index 8297225596..03836f5d81 100644 --- a/kroxylicious-app/src/main/docker/proxy.dockerfile +++ b/kroxylicious-app/src/main/docker/proxy.dockerfile @@ -4,7 +4,7 @@ # Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 # -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502 ARG TARGETOS ARG TARGETARCH diff --git a/kroxylicious-operator/src/main/docker/operator.dockerfile b/kroxylicious-operator/src/main/docker/operator.dockerfile index 554905f77d..8879c1e506 100644 --- a/kroxylicious-operator/src/main/docker/operator.dockerfile +++ b/kroxylicious-operator/src/main/docker/operator.dockerfile @@ -4,7 +4,7 @@ # Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 # -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502 ARG TARGETOS=linux ARG TARGETARCH