miniflux v bump

master
Bel LaPointe 2021-02-24 09:44:19 -06:00
parent b2cfba373e
commit 3ac73e6d28
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
cron \
postgresql postgresql-contrib \
&& curl -L \
https://github.com/miniflux/miniflux/releases/download/2.0.25/miniflux_2.0.25_amd64.deb \
https://github.com/miniflux/miniflux/releases/download/2.0.28/miniflux_2.0.28_amd64.deb \
> /miniflux.deb \
&& dpkg -i /miniflux.deb \
&& mkdir -p /mnt/save