diff options
author | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-12-18 14:13:06 +0100 |
---|---|---|
committer | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-12-18 14:14:29 +0100 |
commit | 0c7501c3561a6bd0b78984aa2c1c27c14c802738 (patch) | |
tree | 45b73409954bc4ce88d4d6dc63330494bdadb131 | |
parent | e3d18e74fe0128e8e1282280138dd40a80072f8e (diff) |
docker-maven-plugin: update to v0.28.0
The upstream support for arm64 docker builds
with the docker-maven-plugin came later so
we need to update the plugin version for jobs
to run on arm64 servers.
Change-Id: Ia947980467255db9031f4dc5fe0daa041c317018
Issue-ID: LOG-906
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ <plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.19.1</version>
+ <version>0.28.0</version>
<configuration>
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
|