File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM quay.io/helmpack/chart-testing:v3.7.0
15
+ FROM quay.io/helmpack/chart-testing:v3.7.1
16
16
17
17
# Override kubectl
18
18
# https://github.com/aws/aws-cli/issues/6920
@@ -25,7 +25,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
25
25
RUN apk add bash tree curl wget
26
26
27
27
ENV PATH /google-cloud-sdk/bin:$PATH
28
- ARG CLOUD_SDK_VERSION=398 .0.0
28
+ ARG CLOUD_SDK_VERSION=403 .0.0
29
29
RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
30
30
tar xzf "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
31
31
rm "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
You can’t perform that action at this time.
0 commit comments