chore(deps): update postgres docker tag to v16.2 (#789)
Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
parent
0a09a24b6a
commit
f32e2d377d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ services:
|
||||||
######## Postgres ########
|
######## Postgres ########
|
||||||
mf-db16:
|
mf-db16:
|
||||||
container_name: "mf-db16"
|
container_name: "mf-db16"
|
||||||
image: "postgres:16.1"
|
image: "postgres:16.2"
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: miniflux
|
POSTGRES_USER: miniflux
|
||||||
|
|
Loading…
Reference in a new issue