update spotify docker-maven-plugin to latest version

This commit is contained in:
aiet 2018-05-23 17:26:31 +08:00
parent 94f50c2175
commit b4c7c5f89e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<configuration>
<imageName>${docker.image.prefix}/${project.artifactId}</imageName>
<registryUrl>https://${docker.image.prefix}</registryUrl>