miniflux: bump versions

This commit is contained in:
Jef Roosens 2022-09-05 11:54:04 +02:00
parent d7b046016d
commit bbb1270b49
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -2,7 +2,7 @@ version: '3.4'
services: services:
app: app:
image: 'miniflux/miniflux:2.0.36' image: 'miniflux/miniflux:2.0.38'
command: '/usr/bin/miniflux -c /etc/miniflux.conf' command: '/usr/bin/miniflux -c /etc/miniflux.conf'
deploy: deploy:
@ -32,7 +32,7 @@ services:
- miniflux_admin_password_v2 - miniflux_admin_password_v2
db: db:
image: 'postgres:14.2-alpine' image: 'postgres:14.5-alpine'
deploy: deploy:
mode: 'replicated' mode: 'replicated'