chore(deps): update postgres docker tag to v16.3 #68
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.2"
|
image: "postgres:16.3"
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: miniflux
|
POSTGRES_USER: miniflux
|
||||||
|
|
Loading…
Reference in a new issue