diff --git a/ghost/1.x/Dockerfile b/ghost/1.x/Dockerfile index 2126312..41603f1 100644 --- a/ghost/1.x/Dockerfile +++ b/ghost/1.x/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.0.0 +ARG VERSION=1.0.2 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \