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 8081041 commit 8b84df9Copy full SHA for 8b84df9
Dockerfile
@@ -41,7 +41,7 @@ COPY pkg/ pkg/
41
42
RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
43
44
-FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.3
+FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4
45
46
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
47
COPY --from=go-builder /opt/app-root/plugin-backend ./
0 commit comments