summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul Vaduva <Paul.Vaduva@enea.com>2018-12-18 14:18:07 +0100
committerPaul Vaduva <Paul.Vaduva@enea.com>2018-12-18 14:25:23 +0100
commit27fe6e0fb1ad25ae50413ac29f2b0f1da227d30c (patch)
tree44dd93fefb0c42b98954e9fdd26401fda240deb4 /pom.xml
parent665ae055a0a015d98e2dd78c3f3a74c04de70c43 (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: I9b679f3527a3d851d392317c8060cc6665cd3fdc Issue-ID: LOG-906 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f9c7e52..a630974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,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>