diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-08-14 12:08:45 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-08-14 12:24:17 +0300 |
commit | ed4ad21b47d1643f8b435605e35a926f12fb3cf5 (patch) | |
tree | 42740f64a00eb0d2b80f9ca363a55f22901481c1 /sdc-os-chef/sdc-frontend | |
parent | ce07d7cd59425944f85d0fef5126ebeef731bc7b (diff) |
[SDC-236] [DevOps] - Changed version of jetty
image in fe and be dockerfiles
Change-Id: If7fb71e6add800da620909980a0d5c699e907520
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-frontend')
-rw-r--r-- | sdc-os-chef/sdc-frontend/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-frontend/Dockerfile b/sdc-os-chef/sdc-frontend/Dockerfile index 17034ef9e0..c59d9e21da 100644 --- a/sdc-os-chef/sdc-frontend/Dockerfile +++ b/sdc-os-chef/sdc-frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM jetty:9.3.15-jre8 +FROM jetty:9.3-jre8 ARG HTTP_PROXY ARG HTTPS_PROXY |