diff --git a/Dockerfile.cypress b/Dockerfile.cypress index c9104ba26..8cc2e4754 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.3 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./