File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* Testing with Vault 1.15 - 1.17
9
9
* Dependency updates:
10
10
* Docker image ` alpine ` 3.19.1 => 3.20.1
11
- * Docker image ` ubi8/ubi-minimal ` 8.9-1161 => 8.10-896.1717584414
11
+ * Docker image ` ubi8/ubi-minimal ` 8.9-1161 => 8.10-1018
12
12
* ` github.com/go-logr/logr ` v1.4.1 => v1.4.2
13
13
* ` github.com/hashicorp/vault/sdk ` v0.11.1 => v0.13.0
14
14
* ` github.com/operator-framework/operator-lib ` v0.12.0 => v0.14.0
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ ENTRYPOINT ["/bin/vault-k8s"]
63
63
64
64
# This target creates a production ubi release image
65
65
# for the project for use on OpenShift.
66
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414 as ubi
66
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018 as ubi
67
67
68
68
ARG PRODUCT_NAME
69
69
ARG PRODUCT_VERSION
You can’t perform that action at this time.
0 commit comments