Skip to content

Commit 00037e8

Browse files
committed
Update PostgreSQL Docker image to latest version
1 parent 04e54ce commit 00037e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build/azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
vmImage: 'ubuntu-16.04'
103103
db4it:
104104
dockerImage: 'postgres'
105-
dockerTag: '11.3-alpine'
105+
dockerTag: '12-alpine'
106106
dockerContainerName: 'db4it'
107107
dockerPortMapping: '9876:5432/tcp'
108108
dockerHostPortBuildVariableName: 'db4it.dockerHostPort'
@@ -130,7 +130,7 @@ jobs:
130130
vmImage: 'macOS-10.14'
131131
db4it:
132132
dockerImage: 'postgres'
133-
dockerTag: '11.3-alpine'
133+
dockerTag: '12-alpine'
134134
dockerContainerName: 'db4it'
135135
dockerPortMapping: '5432/tcp'
136136
dockerHostPortBuildVariableName: 'db4it.dockerHostPort'
@@ -165,7 +165,7 @@ jobs:
165165
vmImage: 'windows-2019'
166166
db4it:
167167
dockerImage: 'stellirin/postgres-windows'
168-
dockerTag: '11.3'
168+
dockerTag: '12'
169169
dockerContainerName: 'db4it'
170170
dockerPortMapping: '5432'
171171
dockerHostPortBuildVariableName: 'db4it.dockerHostPort'

0 commit comments

Comments
 (0)