Skip to content

Commit

Permalink
Bump alpine/helm from 3.15.4 to 3.16.4 in /tools/dplsh
Browse files Browse the repository at this point in the history
Bumps alpine/helm from 3.15.4 to 3.16.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ITViking committed Jan 9, 2025
1 parent a259389 commit 4480a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dplsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG DPLSH_BUILD_VERSION=latest

# Use an intermediate images as a way to have dependabot track our dependency
# https://hub.docker.com/r/alpine/helm/tags?page=1&ordering=last_updated
FROM alpine/helm:3.15.4 as helm
FROM alpine/helm:3.16.4 as helm

# https://hub.docker.com/r/hashicorp/terraform/tags?page=1&ordering=last_updated
FROM hashicorp/terraform:1.9.5 as terraform
Expand Down

0 comments on commit 4480a91

Please sign in to comment.