mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(deps): update postgres docker tag to v16.6
This commit is contained in:
parent
cb2dcdee6f
commit
1809527fd2
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ services:
|
||||||
#####
|
#####
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16.5
|
image: postgres:16.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: listory
|
POSTGRES_PASSWORD: listory
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ services:
|
||||||
#####
|
#####
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16.5
|
image: postgres:16.6
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: listory
|
POSTGRES_PASSWORD: listory
|
||||||
POSTGRES_USER: listory
|
POSTGRES_USER: listory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue