Skip to content

Commit bd76d20

Browse files
Update docker.io/library/postgres Docker tag to v13.21
1 parent e7c1335 commit bd76d20

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:13.21
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:13.21
151151
environment:
152152
- POSTGRES_DB=shumway
153153
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)