File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
FROM --platform=${TARGETPLATFORM} quay.io/helmpack/chart-testing:v3.8.0
16
16
17
17
ARG TARGETARCH
18
- ARG YQ_VERSION=3.4.1
19
- ARG CLOUD_SDK_VERSION=423 .0.0
18
+ ARG YQ_VERSION=4.33.3
19
+ ARG CLOUD_SDK_VERSION=431 .0.0
20
20
ARG AWS_IAM_AUTHENTICATOR_VERSION=0.6.2
21
21
22
22
RUN apk add tree wget
@@ -36,7 +36,7 @@ ARG AWS_IAM_AUTHENTICATOR_URL=https://github.com/kubernetes-sigs/aws-iam-authent
36
36
ADD ${AWS_IAM_AUTHENTICATOR_URL} /usr/local/bin/aws-iam-authenticator
37
37
RUN chmod +x /usr/local/bin/aws-iam-authenticator
38
38
39
- ARG YQ_URL=https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${TARGETARCH}
39
+ ARG YQ_URL=https://github.com/mikefarah/yq/releases/download/v ${YQ_VERSION}/yq_linux_${TARGETARCH}
40
40
ADD ${YQ_URL} /usr/local/bin/yq
41
41
RUN chmod +x /usr/local/bin/yq
42
42
You can’t perform that action at this time.
0 commit comments