From 3c2eba6de20b02ecd36eeaf56b5c9702aab612bf Mon Sep 17 00:00:00 2001 From: Wonderfall <wonderfall@targaryen.house> Date: Mon, 19 Jun 2017 05:25:43 +0200 Subject: [PATCH] ghost: 0.11.10 --- ghost/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index f918953..8f45fb7 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG GHOST_VERSION=0.11.9 +ARG GHOST_VERSION=0.11.10 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \ @@ -33,8 +33,8 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a grep \ tini@commuedge \ su-exec \ - nodejs \ - nodejs-npm \ + nodejs-current \ + nodejs-current-npm \ && 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 \ && cd /ghost \