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 e3c66e4 commit f0b3315Copy full SHA for f0b3315
Dockerfile.cypress
@@ -34,7 +34,7 @@ COPY pkg/ pkg/
34
35
RUN CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
36
37
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
38
39
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
40
COPY --from=go-builder /opt/app-root/plugin-backend ./
0 commit comments