mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 19:20:41 +00:00
parent
874e68f1eb
commit
e7c7bc74c4
3
.changelog/20014.txt
Normal file
3
.changelog/20014.txt
Normal file
@ -0,0 +1,3 @@
|
||||
```release-note:security
|
||||
Upgrade OpenShift container images to use `ubi9-minimal:9.3` as the base image.
|
||||
```
|
@ -201,7 +201,7 @@ CMD ["agent", "-dev", "-client", "0.0.0.0"]
|
||||
|
||||
# Red Hat UBI-based image
|
||||
# This target is used to build a Consul image for use on OpenShift.
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user