Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Update dockerfile-maven-plugin
Browse files Browse the repository at this point in the history
spotify/dockerfile-maven#308 has been resolved, so we can update
  • Loading branch information
deveth0 authored Nov 1, 2019
1 parent c6ba67d commit 3c5806b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maven/spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<!-- Do not upgrade to 1.4.11 or later due to https://github.com/spotify/dockerfile-maven/issues/308 -->
<version>1.4.10</version>
<version>1.4.13</version>
<configuration>
<repository>${docker.image.repository}/${docker.image.prefix}/${project.artifactId}</repository>
<tag>${buildNumber}</tag>
Expand Down

0 comments on commit 3c5806b

Please sign in to comment.