Skip to content

Commit

Permalink
fix(docker): bump runtime stage to ubi9
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Sep 29, 2023
1 parent 9f18a66 commit ce8f0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN cd ${SRC_ROOT} && \
#-----------------------
# Stage: runtime
#-----------------------
FROM registry.access.redhat.com/ubi8/ubi:${UBI_VER} AS runtime
FROM registry.access.redhat.com/ubi9/ubi:${UBI_VER} AS runtime

# Environment and build args
ARG VERSION=dev
Expand Down

0 comments on commit ce8f0d5

Please sign in to comment.