Skip to content

Commit

Permalink
Merge pull request #15 from rimusz/bump-ct-version
Browse files Browse the repository at this point in the history
CT update
  • Loading branch information
chukka authored Dec 1, 2020
2 parents 9a3f643 + c4ec41a commit 0b1dbfd
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.0
FROM quay.io/helmpack/chart-testing:v3.3.1

RUN apk add bash tree curl wget

ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=316.0.0
ARG CLOUD_SDK_VERSION=319.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 0b1dbfd

Please sign in to comment.