Skip to content

Commit 0735424

Browse files
Update registry.access.redhat.com/ubi9-minimal Docker tag to v9.6-1754000177
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2b5b853 commit 0735424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
2525

2626
# Use distroless as minimal base image to package the manager binary
2727
# Refer to https://github.com/GoogleContainerTools/distroless for more details
28-
FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672
28+
FROM registry.access.redhat.com/ubi9-minimal:9.6-1754000177
2929
WORKDIR /
3030
COPY --from=builder /workspace/manager .
3131
USER 65532:65532

konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
2929

3030
# Use redhat ubi9 as minimal base image to package the manager binary
3131
# https://registry.access.redhat.com/ubi9/ubi-minimal
32-
FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672
32+
FROM registry.access.redhat.com/ubi9-minimal:9.6-1754000177
3333
WORKDIR /
3434
COPY --from=builder /workspace/manager .
3535
USER 65532:65532

0 commit comments

Comments
 (0)