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:
Renovate Bot 2024-02-13 08:34:24 +01:00 committed by renovate
parent 0a09a24b6a
commit f32e2d377d

View file

@ -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