Skip to content

Commit

Permalink
Dockerfile: update to ubi-minimal:9.3 (#3418)
Browse files Browse the repository at this point in the history
* Update Dockerfile
  • Loading branch information
David Yu authored Dec 21, 2023
1 parent 47c7392 commit 378a83e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/3418.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Upgrade OpenShift container images to use `ubi9-minimal:9.3` as the base image.
```
2 changes: 1 addition & 1 deletion control-plane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ FROM release-default AS release-default-fips
# We don't rebuild the software because we want the exact checksums and
# binary signatures to match the software and our builds aren't fully
# reproducible currently.
FROM registry.access.redhat.com/ubi9-minimal:9.2 as ubi
FROM registry.access.redhat.com/ubi9-minimal:9.3 as ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 378a83e

Please sign in to comment.