chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
05ba173e3b
commit
b0a00ead36
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:16.4@sha256:5b8e928c9f4deada97460020379683966529df4c9f1199224a83640ff1df143d
|
||||
image: postgres:17.0@sha256:d6edd9c58fd2c862a1936218ab7380e156a328e2630c3bad8fa7a9060c9404aa
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue