diff options
author | stark, steven <ss820f@att.com> | 2018-04-06 13:39:19 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-04-06 13:39:19 -0700 |
commit | 2577e4caff8dc3a6af7956f0fca4c26813bb6852 (patch) | |
tree | a7611a0cec87cc71ce5a1bf2273f0b0a9943bd4b /Dockerfile | |
parent | 1e156279f93ab081e2b9495fd3b93f357fd48261 (diff) |
[VVP] fix openssh version in dockerfile
the openssh version needs to be update
also adding updates to pom.xml
Change-Id: Ie5920b0c22362928605fdfdc461bf62fd6751f4b
Issue-ID: VVP-47
Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ RUN apk add --no-cache \ git==2.8.6-r0 \ gtk+3.0 \ libxcomposite \ - openssh=7.2_p2-r4 \ + openssh=7.2_p2-r5 \ py-psycopg2 \ py-setuptools \ sqlite \ |