Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.8-1072.1697626218 to 8.9-1029 (#548)
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.8-1072.1697626218 to 8.9-1029.

---
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 Nov 16, 2023
1 parent a8525a2 commit 23783ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

Changes:
* Dependency updates:
* Docker UBI image `ubi8/ubi-minimal` 8.8-1072.1697626218 => 8.9-1029

## 1.3.1 (October 25, 2023)

Changes:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.8-1072.1697626218 as ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029 as ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 23783ed

Please sign in to comment.