From 3f2de16f022b569edc451d589e7bba8412c5c530 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 1 May 2017 21:39:58 +0800 Subject: [PATCH] fix ghost-arm --- ghost/arm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/arm/Dockerfile b/ghost/arm/Dockerfile index a6310b8..76c3dbf 100644 --- a/ghost/arm/Dockerfile +++ b/ghost/arm/Dockerfile @@ -6,7 +6,7 @@ FROM easypi/alpine-arm MAINTAINER EasyPi Software Foundation ENV GHOST_VER 0.11.8 -ENV GHOST_URL https://ghost.org/archives/ghost-$GHOST_VER.zip +ENV GHOST_URL https://github.com/TryGhost/Ghost/releases/download/$GHOST_VER/Ghost-$GHOST_VER.zip ENV GHOST_SOURCE /usr/src/ghost ENV GHOST_CONTENT /var/lib/ghost