diff options
author | Chuck Short <charles.short@ericsson.com> | 2017-07-13 15:32:25 -0500 |
---|---|---|
committer | Chuck Short <charles.short@ericsson.com> | 2017-07-13 15:33:46 -0500 |
commit | e4f5668e70a015abd744dbc94e663014539288ac (patch) | |
tree | 003e61429a9b088c49349391e34016f17092beca /packages/docker | |
parent | fd02ad4cc7f03cfbe01dba5a1e564bed63e69a11 (diff) |
Fix typo
Dockerfile refers to Ubuntu not Fedora.
Change-Id: Id7a76c85035d24c4591d71e40feba52f74c94c0e
Signed-off-by: Chuck Short <charles.short@ericsson.com>
Diffstat (limited to 'packages/docker')
-rw-r--r-- | packages/docker/src/main/docker/docker-files/Dockerfile.jacoco | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco index f00cdd019c..744916258d 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco @@ -1,4 +1,4 @@ -### Set the base image to Fedora +### Set the base image to Ubuntu FROM ubuntu:14.04 ### File Author / Maintainer |