master
Bel LaPointe 2022-03-18 11:34:17 -06:00
parent 54ab5919e2
commit 3cca493648
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.28/miniflux_2.0.28_amd64.deb \
https://github.com/miniflux/miniflux/releases/download/2.0.36/miniflux_2.0.36_amd64.deb \
> /miniflux.deb \
&& dpkg -i /miniflux.deb \
&& mkdir -p /mnt/save