aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Vaduva <Paul.Vaduva@enea.com>2018-12-18 13:58:28 +0100
committerPaul Vaduva <Paul.Vaduva@enea.com>2018-12-18 13:59:25 +0100
commita39e4fc1942d75117834245d3f87c369d2f4a66b (patch)
tree44578fa80dc960d0e8fe7fc3316491e140b9dc6a
parentbe36287ac8e5a8d28ad744cf5271e5889355ba58 (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: Ib3a4f6054e1da59bdb6b77b78bcc1632eb1e0bb5 Issue-ID: LOG-906 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3cd3047..bfc80cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@ limitations under the License.
<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>