diff options
author | 2018-12-18 13:58:28 +0100 | |
---|---|---|
committer | 2018-12-18 13:59:25 +0100 | |
commit | a39e4fc1942d75117834245d3f87c369d2f4a66b (patch) | |
tree | 44578fa80dc960d0e8fe7fc3316491e140b9dc6a | |
parent | be36287ac8e5a8d28ad744cf5271e5889355ba58 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |