Skip to content

Commit faf138d

Browse files
authored
Merge pull request #22 from rimusz/chart-testing-v3.7.1
Chart testing v3.7.1
2 parents 6f96bd6 + ebeecd7 commit faf138d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM quay.io/helmpack/chart-testing:v3.7.0
15+
FROM quay.io/helmpack/chart-testing:v3.7.1
1616

1717
# Override kubectl
1818
# https://github.com/aws/aws-cli/issues/6920
@@ -25,7 +25,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
2525
RUN apk add bash tree curl wget
2626

2727
ENV PATH /google-cloud-sdk/bin:$PATH
28-
ARG CLOUD_SDK_VERSION=398.0.0
28+
ARG CLOUD_SDK_VERSION=403.0.0
2929
RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
3030
tar xzf "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
3131
rm "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \

0 commit comments

Comments
 (0)