From 43f42eb5376b5ad554d78ebce028bf8a6a7e0481 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:16:21 +0000 Subject: [PATCH] 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> --- api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 6f59c149..9a8734f9 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 AS builder +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS builder ARG TARGETARCH USER root @@ -20,7 +20,7 @@ RUN go install github.com/google/gnostic/cmd/protoc-gen-openapi@v0.7.0 # Latest versions as of 2024-08-08 RUN go install github.com/bufbuild/buf/cmd/buf@v1.36.0 -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 COPY --from=builder /root/go/bin/protoc-gen-go /usr/local/bin/protoc-gen-go