diff --git a/git-ssh/Dockerfile b/git-ssh/Dockerfile index 2221e5f9..6bc2b47c 100644 --- a/git-ssh/Dockerfile +++ b/git-ssh/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.3 -ENV PACKAGES "git=2.6.4-r0 openssh-client=7.1_p2-r0" +ENV PACKAGES "git=2.6.4-r0 openssh-client=7.2_p2-r0" RUN apk add --update $PACKAGES && rm -rf /var/cache/apk/* diff --git a/git-ssh/git-ssh_spec.rb b/git-ssh/git-ssh_spec.rb index 8b0724ab..b44aba0d 100644 --- a/git-ssh/git-ssh_spec.rb +++ b/git-ssh/git-ssh_spec.rb @@ -4,7 +4,7 @@ PACKAGES = "git openssh-client ca-certificates" GIT_VERSION = "2.6.4" -OPENSSH_VERSION = "7.1p2" +OPENSSH_VERSION = "7.2p2" describe "image" do before(:all) {