Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.4…
Browse files Browse the repository at this point in the history
…-1134
  • Loading branch information
red-hat-konflux[bot] committed Jul 1, 2024
1 parent d0df9a9 commit e8eaf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY config/ config/
RUN 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

# Create final image from minimal + built binary
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134
WORKDIR /
COPY --from=builder /opt/app-root/manager .
USER 65532:65532
Expand Down

0 comments on commit e8eaf6e

Please sign in to comment.