⬆️ Update postgres Docker tag to v15.11
This commit is contained in:
parent
3229d0f334
commit
2baea375df
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
jellystat-db:
|
||||
image: postgres:15.2
|
||||
image: postgres:15.11
|
||||
environment:
|
||||
POSTGRES_DB: 'jfstat'
|
||||
POSTGRES_USER: postgres
|
||||
|
|
Reference in a new issue