Skip to content

Commit

Permalink
Build(deps): bump ubi8/ubi-minimal from 8.10-1086 to 8.10-1130 (#702)
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.10-1086 to 8.10-1130.

---
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 7, 2024
1 parent 57a108b commit 1ea4c76
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 image `ubi8/ubi-minimal` 8.10-1086 => 8.10-1130

## 1.5.0 (November 6, 2024)

Changes:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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-1086 AS ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 1ea4c76

Please sign in to comment.