diff --git a/ghost/Dockerfile b/ghost/Dockerfile index e9f7521..3178c72 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.5 -ARG GHOST_VERSION=0.11.8 +ARG GHOST_VERSION=0.11.9 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \