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 @@ -34,7 +34,7 @@ COPY pkg/ pkg/
34
34
35
35
RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
36
36
37
- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1750782676
37
+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
38
38
39
39
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
40
40
COPY --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/
34
34
35
35
RUN CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
36
36
37
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1750782676
37
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
38
38
39
39
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
40
40
COPY --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/
33
33
ENV GOEXPERIMENT strictfipsruntime
34
34
RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=$BUILDVERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -o plugin-backend cmd/plugin-backend.go
35
35
36
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1750782676
36
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
37
37
ARG BUILDVERSION
38
38
39
39
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
You can’t perform that action at this time.
0 commit comments