From 04213ca8e3329179b1155c19d72d8659f9610e73 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:52:14 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to v9.5-1739449058 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bcf4ef7..ac5eb85d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.5-1736404036 as builder +FROM registry.access.redhat.com/ubi9/ubi:9.5-1739449058 as builder LABEL KONFLUX_CI="true" LABEL MAINTAINERS="RHTAP QE"