From 666d9d40e23c45134510930ee2709e66890fbfa7 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:29:13 +0000 Subject: [PATCH] chore(deps): update image-and-rpm-updates Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 679d4e9f..8ba691c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:4f8854d73d754d4ddba3a74af9556fa12fe16c0e66d2162558bfc2bc7d465c93 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:7f4d4708bb41f24b2589a76aea8d2b359c9079b4c18c8fb026d036a231c2b8be as builder WORKDIR /go/src/app @@ -19,7 +19,7 @@ RUN go get -d ./... && \ RUN cp /go/src/app/insights-ingress-go /usr/bin/ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 WORKDIR /