From 74ed7764ac1379a89ceff6bdae5353d0999f8834 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:51:11 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/openjdk-21 docker tag to v1.24-2.1770285121 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 27a9ff0a83..e135704c97 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-21:1.24-2.1769595322 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1770285121 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.operator b/Dockerfile.operator index 827f7d1384..b4ee97f782 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-21:1.24-2.1769595322 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1770285121 AS builder ARG TARGETOS=linux ARG TARGETARCH