Update pom.xml

docker镜像改为使用openjdk
This commit is contained in:
macro
2023-01-27 09:21:47 +08:00
parent b0bd1dd5e2
commit 9605494492

View File

@@ -31,7 +31,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<skipTests>true</skipTests>
<docker.host>http://192.168.3.105:2375</docker.host>
<docker.host>http://192.168.3.101:2375</docker.host>
<docker.maven.plugin.version>0.40.2</docker.maven.plugin.version>
<pagehelper-starter.version>1.4.5</pagehelper-starter.version>
<pagehelper.version>5.3.2</pagehelper.version>
@@ -232,7 +232,7 @@
<!--定义镜像构建行为-->
<build>
<!--定义基础镜像-->
<from>java:8</from>
<from>openjdk:8</from>
<args>
<JAR_FILE>${project.build.finalName}.jar</JAR_FILE>
</args>