dockerfile: ubi-minimal:8.7 -> 8.8 (#20640)

This commit is contained in:
Theron Voran 2023-05-18 10:02:18 -07:00 committed by GitHub
parent f9541a1c96
commit f219d7a77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ CMD ["server", "-dev"]
## UBI DOCKERFILE ##
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as ubi
ARG BIN_NAME
# PRODUCT_VERSION is the version built dist/$TARGETOS/$TARGETARCH/$BIN_NAME,