diff options
author | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-12-18 13:41:04 +0100 |
---|---|---|
committer | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-12-18 13:44:39 +0100 |
commit | 817a49efcafcbd832ac9e8259f50561a13856c1b (patch) | |
tree | e2ef4ea62f8b4f55418eea833729b80d188869d6 | |
parent | f9b13cc0070b230d47c4ec149ca774c7cdb8f53c (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: I81ead20cff4a60f8e70c0f471ff36a5a3309eb6e
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
@@ -189,7 +189,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>
|