chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
24f538d28c
commit
557ff9d515
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ services:
|
||||||
######## Postgres ########
|
######## Postgres ########
|
||||||
mf-db16:
|
mf-db16:
|
||||||
container_name: "mf-db16"
|
container_name: "mf-db16"
|
||||||
image: "postgres:16.4"
|
image: "postgres:17.0"
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: miniflux
|
POSTGRES_USER: miniflux
|
||||||
|
|
Loading…
Reference in a new issue