Skip to content

Commit

Permalink
Merge pull request #88 from konflux-ci/konflux/mintmaker/main/registr…
Browse files Browse the repository at this point in the history
…y.access.redhat.com-ubi9-ubi-minimal-9.x

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1731604394
  • Loading branch information
yftacherzog authored Dec 9, 2024
2 parents bdcbb91 + 1eb7028 commit d3cb1a9
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 pkg/notifier/ pkg/notifier/
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394

COPY LICENSE /licenses
COPY --from=builder /opt/app-root/src/manager /
Expand Down

0 comments on commit d3cb1a9

Please sign in to comment.