miniflux: bump versions

master
Jef Roosens 2022-09-05 11:54:04 +02:00
parent d7b046016d
commit bbb1270b49
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 2 deletions

View File

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