diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-08-17 21:18:39 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-08-17 21:18:39 +0300 |
commit | 857a51651a97324e8628a5f2b4591116eef1bcc1 (patch) | |
tree | 8f357b7c8707cf18e9223c8cf490dd56bdbca965 /utils/webseal-simulator/sdc-simulator/Dockerfile | |
parent | e8dc876ea02cd9fcaaea028aaa56ea27ea0d8f13 (diff) |
[SDC-154] - sdc-simulator docker task
Change-Id: Ife75655d7ad0a6566a93ebabed217566f17ee246
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'utils/webseal-simulator/sdc-simulator/Dockerfile')
-rw-r--r-- | utils/webseal-simulator/sdc-simulator/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index bd682be3f7..95d452f677 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM jetty:9.3.15-jre8 +FROM jetty:9.3-jre8 ARG HTTP_PROXY ARG HTTPS_PROXY |