From 2216e0fc1912d8c4dbb98611521ab8f722c2034d 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 08:26:59 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1130 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- build/Dockerfile-local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b1175963..fb9d810be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -o manager main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 WORKDIR / COPY --from=builder /workspace/manager . COPY --from=builder /workspace/manifest.yaml . diff --git a/build/Dockerfile-local b/build/Dockerfile-local index 4f59a3381..69f4f376b 100644 --- a/build/Dockerfile-local +++ b/build/Dockerfile-local @@ -1,6 +1,6 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 WORKDIR / COPY bin/manager-cgo ./manager COPY jsons/ ./jsons/