From f4ef7f93c206fa2e5567453676966612ac24c08d 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 12:30:26 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1154 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 79eaf114..1d18ded1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/stolostron/search-collector COPY . . RUN CGO_ENABLED=1 GOGC=25 go build -trimpath -o main main.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 ARG VCS_REF ARG VCS_URL