Skip to content

Commit d65b111

Browse files
committed
update dockerfile to use UBI10
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 1ed011a commit d65b111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY .git .git
2525
# Build
2626
RUN make build VERSION=${release_tag}
2727

28-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
28+
FROM registry.access.redhat.com/ubi10/ubi-minimal:latest
2929

3030
ARG release_tag
3131

0 commit comments

Comments
 (0)