From 0a6556a256bbf9e3ac78bbd3e65bb4a4f1d68d51 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Mon, 18 Nov 2019 16:03:20 +0100 Subject: [PATCH] fix(helm): use bash=5.0.0-r0 --- helm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/Dockerfile b/helm/Dockerfile index 173f83361..6ff5e0f24 100644 --- a/helm/Dockerfile +++ b/helm/Dockerfile @@ -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 \