From ee3adb2ad27d3c457e3041af0ea8b356d8becfdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:28:06 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/openjdk-17 docker tag to v1.23-6.1762870924 Signed-off-by: Uzziee <105218041+Uzziee@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.operator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d20a030bb..149b2e9acb 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.1761163788 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1762870924 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.operator b/Dockerfile.operator index 1797a175c2..b1d0a8c8e6 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.1761163788 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1762870924 AS builder ARG TARGETOS=linux ARG TARGETARCH