Skip to content

Commit

Permalink
Bump base image
Browse files Browse the repository at this point in the history
Bump the checkup's base image to
`registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475`.

Signed-off-by: Orel Misan <omisan@redhat.com>
  • Loading branch information
orelmisan committed Dec 18, 2023
1 parent 9385a27 commit 02e4223
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.1.0-1656.1669627757
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475

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

0 comments on commit 02e4223

Please sign in to comment.