Skip to content

Commit

Permalink
Revert docker-maven-plugin upgrade to 0.43.4
Browse files Browse the repository at this point in the history
See #1695

This is caused by this change fabric8io/docker-maven-plugin#1703

I tried a workaround but no luck. See in fabric8io/docker-maven-plugin#1701 (comment)
  • Loading branch information
dadoonet committed Oct 18, 2023
1 parent e89ff2b commit 174a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.43.4</version>
<version>0.43.2</version>
</plugin>

<!-- For IT using Docker Compose -->
Expand Down

0 comments on commit 174a6b3

Please sign in to comment.