File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ COPY pkg/ pkg/
3838
3939RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
4040
41- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.4
41+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5
4242
4343COPY --from=web-builder /opt/app-root/web/dist ./web/dist
4444COPY --from=go-builder /opt/app-root/plugin-backend ./
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ COPY pkg/ pkg/
3434
3535RUN CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
3636
37- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
37+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
3838
3939COPY --from=web-builder /opt/app-root/web/dist ./web/dist
4040COPY --from=go-builder /opt/app-root/plugin-backend ./
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ COPY pkg/ pkg/
3333
3434RUN CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
3535
36- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
36+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
3737
3838COPY --from=web-builder /opt/app-root/web/dist ./web/dist
3939COPY --from=go-builder /opt/app-root/plugin-backend ./
You can’t perform that action at this time.
0 commit comments