diff --git a/ghost/Dockerfile b/ghost/Dockerfile
index e2bf68f..c4fe702 100644
--- a/ghost/Dockerfile
+++ b/ghost/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.6
 
-ARG VERSION=1.7.1
+ARG VERSION=1.8.0
 
 ENV GHOST_NODE_VERSION_CHECK=false \
     NODE_ENV=production \