Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.10-1018 to 8.10-1052 (#673)
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.10-1018 to 8.10-1052.

---
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>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent e19b1f1 commit 55ae958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes:
* Default Vault version updated to 1.17.2
* Dependency updates:
* Docker image `alpine` 3.20.1 => 3.20.2
* Docker image `ubi8/ubi-minimal` 8.10-1018 => 8.10-1052
* `k8s.io/api` v0.30.2 => v0.30.3
* `k8s.io/apimachinery` v0.30.2 => v0.30.3
* `k8s.io/client-go` v0.30.2 => v0.30.3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENTRYPOINT ["/bin/vault-k8s"]

# This target creates a production ubi release image
# for the project for use on OpenShift.
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018 as ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052 as ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 55ae958

Please sign in to comment.