From 297d1d2ba66a40651bac749a0c5f9e0cd8c3c9f3 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:09 +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> --- Dockerfile.openshift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.openshift b/Dockerfile.openshift index 3e32c59..1f053a8 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS builder +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS builder ARG TARGETARCH USER root RUN microdnf install -y tar gzip make which @@ -14,7 +14,7 @@ COPY go.mod go.sum ./ COPY . . RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod go build ./cmd/... -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 COPY --from=builder /go/src/app/validated-update-graph.yaml /opt/operator/config.yaml COPY --from=builder /go/src/app/spicedb-operator /usr/local/bin/spicedb-operator