Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump alpine/helm from 3.5.4 to 3.11.1 #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/hashicorp/terraform:0.15.1@sha256:300b21cf3325abdda4647825401bf987bc38113f258d04d1667fd9ac1e85c0d6 AS terraform
FROM docker.io/hashicorp/packer:1.7.2@sha256:516a72625ab41f03754e4b31465bdb3d46ac2d9dfefcc10df2ad59e7212b67fe AS packer
FROM docker.io/alpine/helm:3.5.4@sha256:e539a1a27a90ac844f306ac00096228c963c5b9e11b4614336fd9412d1512f5b AS helm
FROM docker.io/alpine/helm:3.11.1@sha256:5c9c1df28b2da616287b9e13f2a8c670f7be015273cbd64e464df1bb5af545bd AS helm
FROM docker.io/alpine:3.13.5@sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f

LABEL maintainer="nico@wunder.ms"
Expand Down