From 4c1521a88dfaa590b30892f38132a31ca2065e11 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:49:00 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1733767867 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 94dcbed..d102367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY pkg/notifier/ pkg/notifier/ # by leaving it empty we can ensure that the container and binary shipped on it will have the same platform. RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867 COPY LICENSE /licenses COPY --from=builder /opt/app-root/src/manager /