Skip to content

Commit

Permalink
Upgrade docker plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Apr 25, 2020
1 parent f7579ac commit 87ae31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<sureFireForks9>false</sureFireForks9>
<artifact.classifier />

<docker.maven.plugin.fabric8.version>0.31.0</docker.maven.plugin.fabric8.version>
<docker.maven.plugin.fabric8.version>0.33.0</docker.maven.plugin.fabric8.version>
<felix.bundle.plugin.version>4.1.0</felix.bundle.plugin.version>
<felix.version>6.0.1</felix.version>
<hibernate.version>5.2.10.Final</hibernate.version>
Expand Down Expand Up @@ -275,7 +275,7 @@
<!-- Postgres Image is used 'as-is' and iked into the service s linimage -->
<image>
<alias>db</alias>
<name>postgres:9</name>
<name>postgres:11</name>
<run>
<wait>
<log>database system is ready to accept connections</log>
Expand Down

0 comments on commit 87ae31e

Please sign in to comment.