chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
3b99419bac
commit
281510d428
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:16.6@sha256:557fea37a744d5f4c8faab304b0a90858b53ab119735a88c131fd19dab802f36
|
||||
image: postgres:17.3@sha256:4cf7a9a7ea0d50f781434123945c741c8c4b1d84416dc949855ab105ada4bc62
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue