Skip to content

Commit

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

---
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 Dec 21, 2024
1 parent e267c1d commit a5e42cf
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 @@ -5,6 +5,7 @@
Changes:
* Dependency updates:
* Docker image `alpine` 3.20.3 => 3.21.0
* Docker image `ubi8/ubi-minimal` 8.10-1130 => 8.10-1154
* golang.org/x/crypto v0.30.0 => v0.31.0

Bugs:
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-1130 AS ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 AS ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit a5e42cf

Please sign in to comment.