Skip to content

Commit 09f70c8

Browse files
Bump ubi8/ubi-minimal from 8.10-896.1717584414 to 8.10-1018 (#662)
Bumps ubi8/ubi-minimal from 8.10-896.1717584414 to 8.10-1018. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da81446 commit 09f70c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changes:
88
* Testing with Vault 1.15 - 1.17
99
* Dependency updates:
1010
* 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
1212
* `github.com/go-logr/logr` v1.4.1 => v1.4.2
1313
* `github.com/hashicorp/vault/sdk` v0.11.1 => v0.13.0
1414
* `github.com/operator-framework/operator-lib` v0.12.0 => v0.14.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENTRYPOINT ["/bin/vault-k8s"]
6363

6464
# This target creates a production ubi release image
6565
# 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
6767

6868
ARG PRODUCT_NAME
6969
ARG PRODUCT_VERSION

0 commit comments

Comments
 (0)