Skip to content

Commit

Permalink
Update openssh in git-ssh
Browse files Browse the repository at this point in the history
The openssh-client 7.1p2 version was removed from the index and this
was breaking the whole build. Bumping to current 7.2p2 solves this.
But we may face similar issues again soon.
  • Loading branch information
saliceti committed Mar 21, 2016
1 parent 7cdf524 commit 3dabdc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*
2 changes: 1 addition & 1 deletion git-ssh/git-ssh_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3dabdc0

Please sign in to comment.