diff --git a/hexo/Dockerfile b/hexo/Dockerfile index 2613ba0..fde9af3 100644 --- a/hexo/Dockerfile +++ b/hexo/Dockerfile @@ -1,4 +1,4 @@ -FROM node:9.3-alpine +FROM node:13-alpine MAINTAINER Newnius