Skip to content

Commit 62129cf

Browse files
Update docker.io/library/postgres Docker tag to v13.19
1 parent 4162d69 commit 62129cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ services:
122122
retries: 20
123123

124124
liminator-db:
125-
image: docker.io/library/postgres:13.10
125+
image: docker.io/library/postgres:13.19
126126
environment:
127127
- POSTGRES_DB=liminator
128128
- POSTGRES_USER=vality
@@ -145,7 +145,7 @@ services:
145145
retries: 10
146146

147147
shumway-db:
148-
image: docker.io/library/postgres:13.10
148+
image: docker.io/library/postgres:13.19
149149
environment:
150150
- POSTGRES_DB=shumway
151151
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)