From 0c7501c3561a6bd0b78984aa2c1c27c14c802738 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Tue, 18 Dec 2018 14:13:06 +0100 Subject: 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aea79d5..c5c0056 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,7 @@ io.fabric8 docker-maven-plugin - 0.19.1 + 0.28.0 true 1.23 -- cgit 1.2.3-korg