aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-09 13:34:59 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-09 13:35:03 +0100
commitd8d9369b67f1a39edadcaf81986609c85ff6d21f (patch)
tree38509e00e1b3891ecabd991127a4f9a2f3bb721c
parentfe3da30b166ceec316074cd1a68bd35ed14f59f7 (diff)
Update docker maven plugin to support ARM
Issue-ID: POLICY-4338 Change-Id: I865f906ee02e9d668037b07d16c213cf7d7cb78b Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 522c833c..b55cd1c1 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -1147,7 +1147,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.34.1</version>
+ <version>0.40.1</version>
</plugin>
<plugin>
<groupId>org.kie</groupId>