From afa1571b30f8f4b6daa9e4f8a867b00a255d257a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:35:32 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1734497536 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 bde41f8..ddd8aa4 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-1733767867 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1734497536 COPY --from=builder /opt/app-root/src/manager / # Temp fix to address CVE-2023-38545 and CVE-2023-38546