mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 14:57:59 +01:00
bump pg to 14
This commit is contained in:
parent
a1e848514e
commit
df6b3a82c5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13.4-alpine
|
image: postgres:14.0-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue