bump ks version (#693)
This commit is contained in:
parent
4a043c1823
commit
4c551bac60
|
|
@ -7,7 +7,7 @@ RUN apt-get update -y
|
|||
RUN apt-get install -y curl
|
||||
|
||||
# Install ksonnet
|
||||
ARG KS_VERSION="0.11.0"
|
||||
ARG KS_VERSION="0.13.0"
|
||||
RUN curl -LO https://github.com/ksonnet/ksonnet/releases/download/v${KS_VERSION}/ks_${KS_VERSION}_linux_amd64.tar.gz
|
||||
RUN tar -xzf ks_${KS_VERSION}_linux_amd64.tar.gz
|
||||
RUN chmod +x ./ks_${KS_VERSION}_linux_amd64/ks
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ tar -czf "$local_code_archive_file" .
|
|||
gsutil cp "$local_code_archive_file" "$remote_code_archive_uri"
|
||||
|
||||
# Install ksonnet
|
||||
KS_VERSION="0.11.0"
|
||||
KS_VERSION="0.13.0"
|
||||
curl -LO https://github.com/ksonnet/ksonnet/releases/download/v${KS_VERSION}/ks_${KS_VERSION}_linux_amd64.tar.gz
|
||||
tar -xzf ks_${KS_VERSION}_linux_amd64.tar.gz
|
||||
chmod +x ./ks_${KS_VERSION}_linux_amd64/ks
|
||||
|
|
|
|||
Loading…
Reference in New Issue