This commit is contained in:
thinkgem
2021-09-13 14:36:32 +08:00
parent abe4e4be27
commit 135e48008d
3 changed files with 8 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
<!-- docker setting -->
<docker.dockerHost>http://192.168.56.102:2375</docker.dockerHost>
<docker.imageName>${project.groupId}/${project.artifactId}:4.2</docker.imageName>
<docker.imageName>${project.groupId}/${project.artifactId}:4.3</docker.imageName>
</properties>