Skip to content

Commit

Permalink
Upgrade base image to to Ubi minimal 9.3
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Nov 20, 2023
1 parent 8a3cb76 commit 47f5c76
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.2 as build
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 as build

RUN microdnf update -y --nodocs && microdnf install ca-certificates -y --nodocs

Expand Down

0 comments on commit 47f5c76

Please sign in to comment.