Commit 48dbcfe7 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-解决社保打包问题

parent c78e94ea
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<plugin> <plugin>
<groupId>com.spotify</groupId> <groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId> <artifactId>docker-maven-plugin</artifactId>
<version>1.1.0</version> <version>1.2.2</version>
<configuration> <configuration>
<serverId>docker-hub</serverId> <serverId>docker-hub</serverId>
<!--指定生成的镜像名--> <!--指定生成的镜像名-->
...@@ -150,6 +150,7 @@ ...@@ -150,6 +150,7 @@
<forceTags>true</forceTags> <forceTags>true</forceTags>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
<resources> <resources>
<resource> <resource>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment