From 87516310a385f2e3296655ef97d6184d17a3d3e0 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 00:17:39 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1758184547 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.cypress | 2 +- Dockerfile.downstream | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 673cce86f..029890d52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY pkg/ pkg/ RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go -FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ diff --git a/Dockerfile.cypress b/Dockerfile.cypress index 31bf09aa5..2ece1fd48 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -34,7 +34,7 @@ COPY pkg/ pkg/ RUN CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 6cf492f40..2c01fe2a4 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -34,7 +34,7 @@ COPY pkg/ pkg/ ENV GOEXPERIMENT strictfipsruntime RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=$BUILDVERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -o plugin-backend cmd/plugin-backend.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 ARG BUILDVERSION ARG BUILDVERSION_Y