Skip to content

Commit

Permalink
Merge pull request #17 from evgkrsk/update
Browse files Browse the repository at this point in the history
Update kubectl to 1.23.5, werf to 1.2.71
  • Loading branch information
evgkrsk authored Mar 19, 2022
2 parents b378ba0 + af6d226 commit ddf628f
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 @@ -10,15 +10,15 @@ RUN apk upgrade --update-cache --no-cache && \
:

# https://storage.googleapis.com/kubernetes-release/release/stable.txt
ENV KUBECTL_VERSION 1.23.4
ENV KUBECTL_VERSION 1.23.5
RUN set -ex && \
curl -sSL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl && \
chmod +x /usr/local/bin/kubectl && \
upx -9 /usr/local/bin/kubectl && \
:

# rock-solid 1.2 channel: https://raw.githubusercontent.com/werf/werf/multiwerf/trdl_channels.yaml
ENV WERF_VERSION 1.2.67
ENV WERF_VERSION 1.2.71
ENV WERF_HELM3_MODE 1
RUN set -ex && \
curl -sSL "https://tuf.werf.io/targets/releases/$WERF_VERSION/linux-amd64/bin/werf" -o /usr/local/bin/werf && \
Expand Down

0 comments on commit ddf628f

Please sign in to comment.