diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-15 13:40:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-15 13:40:48 +0000 |
commit | 826075afea216b7eac6ea39dd9f9edba4aaa7c04 (patch) | |
tree | 5f2afffd71bf81d0c02f3f864fea6b58c1fc0cdc /ubuntu | |
parent | 8e6b798779f445e0814823ff358e6d585e4502f6 (diff) | |
parent | b1ac7253c276b1848a37f8e16d8aab93e643a97e (diff) |
Merge "Port ODL Oxygen to alpine"
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 9ebc3f12..fb655b01 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -94,7 +94,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.16.5</version> + <version>0.26.0</version> <inherited>false</inherited> <configuration> @@ -104,7 +104,7 @@ <build> <cleanup>try</cleanup> <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> - <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile> + <dockerFile>Dockerfile</dockerFile> <tags> <tag>${project.version}</tag> <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> |