Skip to content

Commit

Permalink
Bump alpine from 3.18.4 to 3.18.5 (#557)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.4 to 3.18.5.

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

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 1, 2023
1 parent 6daafae commit 2c7fd7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Changes:
* Dependency updates:
* Docker UBI image `ubi8/ubi-minimal` 8.8-1072.1697626218 => 8.9-1029
* Docker alpine version 3.18.4 => 3.18.5
* `k8s.io/api` v0.28.3 => v0.28.4
* `k8s.io/apimachinery` v0.28.3 => v0.28.4
* `k8s.io/client-go` v0.28.3 => v0.28.4
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.18.4 as dev
FROM docker.mirror.hashicorp.services/alpine:3.18.5 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.18.4 as default
FROM docker.mirror.hashicorp.services/alpine:3.18.5 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 2c7fd7f

Please sign in to comment.