diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-09 13:36:45 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-09 13:36:49 +0100 |
commit | a2da5e238ce27d3bcfba786c5b053cc36b8e8c77 (patch) | |
tree | 0d3f2afdc64edaba0cfddffd927c07a5513c41eb /integration/pom.xml | |
parent | dfda3ec9f67dfc16fe2cb4c39384827519d08b50 (diff) |
Update docker maven plugin to support ARM
Issue-ID: POLICY-4338
Change-Id: Icc5c8d3fdb7b787ed5ab19ed0ccc01bd863c15ab
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/pom.xml')
-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 14a12449..94b6d056 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -666,7 +666,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> |