Skip to content

Commit b980f22

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1734497536
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 004455a commit b980f22

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.5-1733767867
26+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1734497536
2727

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

0 commit comments

Comments
 (0)