diff --git a/alpine/Dockerfile b/alpine/Dockerfile new file mode 100644 index 0000000..99def96 --- /dev/null +++ b/alpine/Dockerfile @@ -0,0 +1,11 @@ +FROM alpine + +LABEL maintainer="ehlxr " + +ENV TZ "Asia/Shanghai" + +RUN apk upgrade --update \ + && apk add tzdata \ + && ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \ + && echo ${TZ} > /etc/timezone \ + && rm -rf /var/cache/apk/* \ No newline at end of file diff --git a/hexo-base/package.json b/hexo-base/package.json index 2ed2aec..63f2424 100644 --- a/hexo-base/package.json +++ b/hexo-base/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "hexo": { - "version": "3.6.0" + "version": "3.7.1" }, "scripts": { "prebuild": "hexo clean", @@ -12,12 +12,12 @@ }, "dependencies": { "gulp": "^3.9.1", - "gulp-htmlclean": "^2.7.20", + "gulp-htmlclean": "^2.7.22", "gulp-htmlmin": "^3.0.0", "gulp-minify-css": "^1.2.4", "gulp-pretty-data": "^0.2.0", - "gulp-uglify": "^3.0.0", - "hexo": "^3.6.0", + "gulp-uglify": "^3.0.1", + "hexo": "^3.7.1", "hexo-cli": "^1.1.0", "hexo-deployer-git": "^0.2.0", "hexo-filter-optimize": "^0.2.5", @@ -37,8 +37,8 @@ "hexo-server": "^0.2.2", "hexo-symbols-count-time": "^0.2.0", "hexo-wordcount": "^2.0.1", - "npm": "^5.8.0", + "npm": "^5.10.0", "to": "^0.2.9", "update": "^0.7.4" } -} +} \ No newline at end of file