Skip to content

Commit

Permalink
update container base image to ubi9 (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
aead committed Oct 25, 2023
1 parent 1345285 commit d7119ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as build
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2 as build

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

FROM registry.access.redhat.com/ubi8/ubi-micro:8.8
FROM registry.access.redhat.com/ubi9/ubi-micro:9.2

ARG TAG

Expand Down

0 comments on commit d7119ec

Please sign in to comment.