Skip to content

Commit

Permalink
fix openssh version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 3, 2023
1 parent 3b0311b commit 3224e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ENV KUBECTL_VERSION=v1.20.4 \

RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util \
&& apk add --update openssl curl jq parallel \
&& apk add --no-cache bash git openssh py-pip skopeo \
&& apk add --no-cache bash git openssh-client-common=9.1_p1-r2 openssh=9.1_p1-r2 py-pip skopeo \
&& git config --global user.email "[email protected]" && git config --global user.name lagoon \
&& pip install shyaml yq \
&& curl -Lo /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
Expand Down

0 comments on commit 3224e77

Please sign in to comment.