mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
dockerfile: use ubi-minimal:8.6 (#16095)
This commit is contained in:
@@ -71,7 +71,7 @@ CMD ["server", "-dev"]
|
||||
|
||||
|
||||
## UBI DOCKERFILE ##
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 as ubi
|
||||
|
||||
ARG BIN_NAME
|
||||
# PRODUCT_VERSION is the version built dist/$TARGETOS/$TARGETARCH/$BIN_NAME,
|
||||
|
||||
Reference in New Issue
Block a user