Skip to content

Commit

Permalink
bump up ubi-minimal image to 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yu committed Nov 16, 2022
1 parent f0c58c7 commit a6f01f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ CMD /bin/${BIN_NAME}
# 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/ubi8/ubi-minimal:8.6 as ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit a6f01f3

Please sign in to comment.