Skip to content

Commit

Permalink
Upgrade base image to to Ubi minimal 9.3 (#1876)
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 21, 2023
1 parent e56669e commit c87d4c2
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 c87d4c2

Please sign in to comment.