Skip to content

Commit

Permalink
fix(helm): use bash=5.0.0-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Nov 18, 2019
1 parent 7bc8b83 commit 0a6556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine/helm:2.14.3

## Install envsubst & coreutils
RUN apk add --update --no-cache \
bash=5.0.11-r0 \
bash=5.0.0-r0 \
coreutils=8.31-r0 \
curl=7.67.0-r0 \
gettext-dev=0.20.1-r1 \
Expand Down

0 comments on commit 0a6556a

Please sign in to comment.