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