We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2cb8d commit 8449cecCopy full SHA for 8449cec
pom.xml
@@ -30,7 +30,7 @@
30
<parent>
31
<groupId>com.github.cafapi</groupId>
32
<artifactId>caf-common-parent</artifactId>
33
- <version>2.2.0-203</version>
+ <version>2.3.0-SNAPSHOT</version>
34
</parent>
35
36
@@ -128,7 +128,7 @@
128
<alias>java-postgres</alias>
129
<name>${dockerCafApiOrg}java-postgres${dockerProjectVersion}</name>
130
<build>
131
- <from>postgres:11.7-alpine</from>
+ <from>${dockerHubPublic}/library/postgres:11.7-alpine</from>
132
<labels>
133
<Build.Number>${project.version}</Build.Number>
134
<Build.Date>${maven.build.timestamp}</Build.Date>
0 commit comments