Skip to content

Commit a6a4aae

Browse files
Update docker.io/library/postgres Docker tag to v17
1 parent c2bd574 commit a6a4aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ services:
124124
retries: 20
125125

126126
liminator-db:
127-
image: docker.io/library/postgres:13.10
127+
image: docker.io/library/postgres:17.5
128128
environment:
129129
- POSTGRES_DB=liminator
130130
- POSTGRES_USER=vality
@@ -147,7 +147,7 @@ services:
147147
retries: 10
148148

149149
shumway-db:
150-
image: docker.io/library/postgres:13.10
150+
image: docker.io/library/postgres:17.5
151151
environment:
152152
- POSTGRES_DB=shumway
153153
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)