From ae41bb958e062fe58c4fa7043539325cbdf0081c Mon Sep 17 00:00:00 2001 From: "Rimantas (Rimas) Mocevicius" Date: Fri, 7 Jan 2022 13:01:08 +0200 Subject: [PATCH] chart-testing v3.5.0, CLOUD_SDK_VERSION 367.0.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a60611..67544e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,12 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/helmpack/chart-testing:v3.4.0 +FROM quay.io/helmpack/chart-testing:v3.5.0 RUN apk add bash tree curl wget ENV PATH /google-cloud-sdk/bin:$PATH -ARG CLOUD_SDK_VERSION=360.0.0 +ARG CLOUD_SDK_VERSION=367.0.0 RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \ tar xzf "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \ rm "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \