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