File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ USER root
1717
1818COPY --from=gotty-build /gotty /usr/bin/
1919RUN ARCH=$(uname -m) && case $ARCH in aarch64) ARCH="arm64" ;; x86_64) ARCH="amd64" ;; esac && echo "ARCH: " $ARCH && \
20- echo > /etc/apk/repositories && echo -e "https://dl-cdn.alpinelinux.org/alpine/latest-stable/main\n https://dl-cdn.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories && \
2120 apk update && apk upgrade && apk add --update --no-cache bash bash-completion curl git wget openssl iputils busybox-extras vim && sed -i "s/nobody:\/ /nobody:\/ nonexistent/g" /etc/passwd && \
22- curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.24.3 /bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && \
21+ curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.25.4 /bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && \
2322 git clone --branch master --depth 1 https://github.com/ahmetb/kubectl-aliases /opt/kubectl-aliases && chmod -R 755 /opt/kubectl-aliases && \
2423 git clone --branch 0.30.0 --depth 1 https://github.com/junegunn/fzf /opt/fzf && chmod -R 755 /opt/fzf && /opt/fzf/install && ln -s /opt/fzf/bin/fzf /usr/local/bin/fzf && \
2524 ARCH=$(uname -m) && case $ARCH in aarch64) ARCH="arm64" ;; x86_64) ARCH="x86_64" ;; esac && echo "ARCH: " $ARCH && \
You can’t perform that action at this time.
0 commit comments