chore(deps): update postgres docker tag to v16.3
This commit is contained in:
parent
01cfbd07da
commit
6d06ef3156
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:16.2@sha256:07572430dbcd821f9f978899c3ab3a727f5029be9298a41662e1b5404d5b73e0
|
||||
image: postgres:16.3@sha256:09d737ee92e0c5aa40d59b58b9b7cbbf1409415371cea63157a8e5d2bba1a8e5
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue