From b77ffab3ca31dfda925d4bf04cab906d98d3c0e9 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Fri, 29 Dec 2017 19:19:20 -0500 Subject: [PATCH] Updating github url in Dockerfile to reflect legacy name change --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee62c0f..17a9350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk update && \ rm -f /etc/php7/php-fpm.d/www.conf RUN cd /tmp \ - && curl -sL -o miniflux.zip https://github.com/miniflux/miniflux/archive/$VERSION.zip \ + && curl -sL -o miniflux.zip https://github.com/miniflux/miniflux-legacy/archive/$VERSION.zip \ && unzip -qq miniflux.zip \ && cd miniflux-* \ && cp -R . /var/www/app \