From 88a9acef1ffc48a130a73ee393be0e7840bfb729 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Fri, 2 Jun 2023 15:30:48 +0200 Subject: [PATCH] Bump ubi-9.2 (#334) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 246ad62c2..15b4e003b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ COPY pkg/ pkg/ RUN CGO_ENABLED=0 GOARCH=$TARGETARCH make build-backend -FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.1 +FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.2 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./