From 165a4a4f16992c452803ee916d45cc9dfdea88c3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:32:42 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1736404155 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 cab62ae..8240bd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma # Use ubi-minimal as minimal base image to package the manager binary # See https://catalog.redhat.com/software/containers/ubi9-minimal/61832888c0d15aff4912fe0d -FROM registry.access.redhat.com/ubi9-minimal:9.5-1734497536 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1736404155 COPY --from=builder /opt/app-root/src/manager / # Temp fix to address CVE-2023-38545 and CVE-2023-38546