Skip to content

Commit

Permalink
Fix Docker image name in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliensadaoui committed Oct 31, 2020
1 parent 4dfc21c commit c12b1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
<image>adoptopenjdk:11-jre-hotspot</image>
</from>
<to>
<image>jhipsterregistry:latest</image>
<image>jhipster-registry:latest</image>
</to>
<container>
<entrypoint>
Expand Down

0 comments on commit c12b1dd

Please sign in to comment.