ghost: 0.11.10

This commit is contained in:
Wonderfall 2017-06-19 05:25:43 +02:00 committed by GitHub
parent 385a865b95
commit 3c2eba6de2

View File

@ -1,6 +1,6 @@
FROM alpine:3.6 FROM alpine:3.6
ARG GHOST_VERSION=0.11.9 ARG GHOST_VERSION=0.11.10
ENV GHOST_NODE_VERSION_CHECK=false \ ENV GHOST_NODE_VERSION_CHECK=false \
GID=991 \ GID=991 \
@ -33,8 +33,8 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
grep \ grep \
tini@commuedge \ tini@commuedge \
su-exec \ su-exec \
nodejs \ nodejs-current \
nodejs-npm \ nodejs-current-npm \
&& wget -q https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip -P /tmp \ && wget -q https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip -P /tmp \
&& unzip -q /tmp/Ghost-${GHOST_VERSION}.zip -d /ghost \ && unzip -q /tmp/Ghost-${GHOST_VERSION}.zip -d /ghost \
&& cd /ghost \ && cd /ghost \