Skip to content

Commit

Permalink
Dockerfile: Bump base image
Browse files Browse the repository at this point in the history
Bump base image version to:
`registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194`.

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Aug 21, 2024
1 parent ff9bd00 commit b3bdb7f
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
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194

RUN microdnf install -y shadow-utils && \
adduser --system --no-create-home -u 900 rt-checkup && \
Expand Down

0 comments on commit b3bdb7f

Please sign in to comment.