Update postgres Docker tag to v17.1
This commit is contained in:
parent
2b4beba134
commit
e9e5e77359
@ -10,7 +10,7 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: postgres:17.0
|
||||
image: postgres:17.1
|
||||
restart: always
|
||||
env_file: ".env"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user