aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-06 13:39:19 -0700
committerstark, steven <ss820f@att.com>2018-04-06 13:39:19 -0700
commit2577e4caff8dc3a6af7956f0fca4c26813bb6852 (patch)
treea7611a0cec87cc71ce5a1bf2273f0b0a9943bd4b /Dockerfile
parent1e156279f93ab081e2b9495fd3b93f357fd48261 (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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6b2218f..d44fef7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \