File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ COPY config/crd/bases config/crd/bases
2222RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags "$LDFLAGS" -mod vendor -a -o manager main.go
2323
2424# Create final image from minimal + built binary
25- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.4
25+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5
2626WORKDIR /
2727COPY --from=builder /opt/app-root/manager .
2828USER 65532:65532
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ COPY config/ config/
2222RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags "-X 'main.buildVersion=$BUILD_VERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o manager main.go
2323
2424# Create final image from minimal + built binary
25- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.4
25+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5
2626WORKDIR /
2727COPY --from=builder /opt/app-root/manager .
2828USER 65532:65532
You can’t perform that action at this time.
0 commit comments