We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becd8a9 commit 2bb6951Copy full SHA for 2bb6951
Dockerfile.cypress
@@ -35,7 +35,7 @@ COPY pkg/ pkg/
35
36
RUN CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
37
38
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
39
40
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
41
COPY --from=go-builder /opt/app-root/plugin-backend ./
0 commit comments