diff options
author | blsaws <bryan.sullivan@att.com> | 2016-05-18 17:58:53 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-05-18 17:58:53 -0700 |
commit | 69b6602e568302a395ac4310e116e944103747f8 (patch) | |
tree | 8f3946371545047ec159a2f223cf70c27b268141 /components/congress/test-webapp | |
parent | f60b652464b150d4e7837fceb522dafbf7c2b91e (diff) |
Correct docker image reference
JIRA: COPPER-4
Change-Id: I83234dc280e5bdf75f813fdacc9b43f0c1d6422c
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp')
-rw-r--r-- | components/congress/test-webapp/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/test-webapp/Dockerfile b/components/congress/test-webapp/Dockerfile index 6552036..3b8099d 100644 --- a/components/congress/test-webapp/Dockerfile +++ b/components/congress/test-webapp/Dockerfile @@ -18,7 +18,7 @@ # Status: this is a work in progress, under test. # -FROM ubuntu:latest +FROM ubuntu:trusty MAINTAINER Bryan Sullivan |