Skip to content

Commit

Permalink
Update openssh in git-ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Mar 21, 2016
1 parent e6d0e3c commit cc67349
Showing 1 changed file with 1 addition and 1 deletion.
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/*

0 comments on commit cc67349

Please sign in to comment.