Skip to content

Commit

Permalink
Bump alpine from 3.19.1 to 3.20.0 (#644)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 25, 2024
1 parent a569edc commit 6750a2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Changes:
* Dependency updates:
* Docker UBI image `ubi8/ubi-minimal` 8.9-1161 => 8.10-896
* Docker image `alpine` 3.19.1 => 3.20.0
* Docker image `ubi8/ubi-minimal` 8.9-1161 => 8.10-896
* `github.com/hashicorp/vault/sdk` v0.11.1 => v0.12.0
* `github.com/operator-framework/operator-lib` v0.12.0 => v0.14.0
* `github.com/prometheus/client_golang` v1.19.0 => v1.19.1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# `default` is the production docker image which cannot be built locally.
# For local dev and testing purposes, please build and use the `dev` docker image.

FROM docker.mirror.hashicorp.services/alpine:3.19.1 as dev
FROM docker.mirror.hashicorp.services/alpine:3.20.0 as dev

RUN addgroup vault && \
adduser -S -G vault vault
Expand All @@ -24,7 +24,7 @@ USER vault
ENTRYPOINT ["/vault-k8s"]

# This target creates a production release image for the project.
FROM docker.mirror.hashicorp.services/alpine:3.19.1 as default
FROM docker.mirror.hashicorp.services/alpine:3.20.0 as default

# PRODUCT_VERSION is the tag built, e.g. v0.1.0
# PRODUCT_REVISION is the git hash built
Expand Down

0 comments on commit 6750a2e

Please sign in to comment.