diff --git a/Dockerfile b/Dockerfile index f9394c1ec3..f8fc605382 100644 --- a/Dockerfile +++ b/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/openjdk-17:1.23-6.1763035539 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1764155314 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.operator b/Dockerfile.operator index ab190c8612..b0d15e688c 100644 --- a/Dockerfile.operator +++ b/Dockerfile.operator @@ -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/openjdk-17:1.23-6.1763035539 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1764155314 AS builder ARG TARGETOS=linux ARG TARGETARCH