From eae6b385bdc52630eb86b9d5c643b4266325221b Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Tue, 6 Dec 2022 18:04:47 +0100 Subject: [PATCH] bump ubi8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f43fd5db..6db1264a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY pkg/ pkg/ RUN make build-backend -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./