Skip to content

Commit

Permalink
dockerfile: ubi-minimal:8.7 -> 8.8 (#20640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran committed May 18, 2023
1 parent 6e6ca07 commit a98e239
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
Expand Up @@ -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,
Expand Down

0 comments on commit a98e239

Please sign in to comment.