diff options
author | 2022-09-09 13:34:03 +0100 | |
---|---|---|
committer | 2022-09-09 13:35:36 +0100 | |
commit | 6927c0f7bfac8008f7aaa7194716a1234d6ddf99 (patch) | |
tree | 68eaf94904e72819371a2d1e689083dc25e12d08 | |
parent | 076c282a53f453f97f3c91de6d16981a991582ef (diff) |
Update docker maven plugin to support ARM
Issue-ID: POLICY-4338
Change-Id: I1ac020c41db355f72aa279118f13d82ad15da047
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 6ebb8b30..41759095 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1317,7 +1317,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> |