diff options
author | liamfallon <liam.fallon@est.tech> | 2022-07-15 10:14:25 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-07-15 10:14:28 +0100 |
commit | a2612c464e863e041ab08cc1d7916a86715a14dd (patch) | |
tree | da1961a74b006148aac3f804ff3dfbbabbe658d5 | |
parent | 555565323a6095abcbe1a761faac2d71a455dfe0 (diff) |
Bump version of Docker Maven Plugin
This version of the Docker maven plugin supports multi-architecture
Docker builds.
Issue-ID: POLICY-4287
Change-Id: I931e04d8e231eb7a5d84661369b4a312ef8c6bc0
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 bc8f2be3..1c19ff19 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> |