From 0b74aeaf38931d53f15a188f2bffe8ae612b4fa8 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Thu, 1 Jun 2023 10:01:58 +0200 Subject: [PATCH] Bump ubi-9.2 --- 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 ./