Skip to content

Commit 8449cec

Browse files
committed
SCMOD-5156: Fully-qualified DockerHub images
1 parent 0d2cb8d commit 8449cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.github.cafapi</groupId>
3232
<artifactId>caf-common-parent</artifactId>
33-
<version>2.2.0-203</version>
33+
<version>2.3.0-SNAPSHOT</version>
3434
</parent>
3535

3636
<groupId>com.github.cafapi</groupId>
@@ -128,7 +128,7 @@
128128
<alias>java-postgres</alias>
129129
<name>${dockerCafApiOrg}java-postgres${dockerProjectVersion}</name>
130130
<build>
131-
<from>postgres:11.7-alpine</from>
131+
<from>${dockerHubPublic}/library/postgres:11.7-alpine</from>
132132
<labels>
133133
<Build.Number>${project.version}</Build.Number>
134134
<Build.Date>${maven.build.timestamp}</Build.Date>

0 commit comments

Comments
 (0)