Skip to content

Commit d3cb1a9

Browse files
authored
Merge pull request #88 from konflux-ci/konflux/mintmaker/main/registry.access.redhat.com-ubi9-ubi-minimal-9.x
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1731604394
2 parents bdcbb91 + 1eb7028 commit d3cb1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY pkg/notifier/ pkg/notifier/
2323
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2424
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
2525

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

2828
COPY LICENSE /licenses
2929
COPY --from=builder /opt/app-root/src/manager /

0 commit comments

Comments
 (0)