ghost: update to 0.9 beta

This commit is contained in:
Wonderfall 2016-07-01 18:31:18 +02:00
parent e65a4030fd
commit 9285659f71

View File

@ -1,7 +1,7 @@
FROM wonderfall/node FROM wonderfall/node
MAINTAINER Wonderfall <wonderfall@mondedie.fr> MAINTAINER Wonderfall <wonderfall@mondedie.fr>
ARG VERSION=0.8.0 ARG VERSION=0.9.0-beta.2
ENV GHOST_NODE_VERSION_CHECK=false \ ENV GHOST_NODE_VERSION_CHECK=false \
GID=991 \ GID=991 \
@ -34,8 +34,8 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
grep \ grep \
tini@commuedge \ tini@commuedge \
su-exec \ su-exec \
&& wget -q https://ghost.org/zip/ghost-$VERSION.zip -P /tmp \ && wget -q https://github.com/TryGhost/Ghost/releases/download/${VERSION}/Ghost-${VERSION}.zip -P /tmp \
&& unzip -q /tmp/ghost-$VERSION.zip -d /ghost \ && unzip -q /tmp/Ghost-$VERSION.zip -d /ghost \
&& cd /ghost \ && cd /ghost \
&& npm install --production \ && npm install --production \
&& mv content/themes/casper casper \ && mv content/themes/casper casper \