From c9a797fc54076eb743adced4770966f811003e28 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:20:53 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1052.1724178568 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 4c7eb24..d2517f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go # Use ubi-minimal as minimal base image to package the manager binary # For more details and updates, refer to # https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8 -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 WORKDIR / COPY --from=builder /opt/app-root/src/manager / USER 65532:65532