Skip to content

Commit

Permalink
CT 3.4.0, GCP SDK 341.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz authored May 21, 2021
1 parent a10cc15 commit 6e1dbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1
FROM quay.io/helmpack/chart-testing:v3.4.0

RUN apk add bash tree curl wget

ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=331.0.0
ARG CLOUD_SDK_VERSION=341.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" && \
Expand Down

0 comments on commit 6e1dbd1

Please sign in to comment.