Skip to content

Commit 08a4c10

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1227.1725849298
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6a3c822 commit 08a4c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
2121
# Use ubi-minimal as minimal base image to package the manager binary
2222
# For more details and updates, refer to
2323
# https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5
24-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
24+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298
2525
COPY --from=builder /opt/app-root/src/manager /
2626
USER 65532:65532
2727

0 commit comments

Comments
 (0)