feat: Use PostgreSQL 14 Docker image
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
d0d606419f
commit
999018492e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
|||
container_name: restockbot-postgres
|
||||
env_file:
|
||||
- ./docker/postgresql.env
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
|
|
Reference in a new issue