From 7e8ba293b255cdb183fdaba7b20d906b63678254 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Wed, 8 Aug 2018 14:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E6=9B=B4=E6=96=B0=EF=BC=9A20?= =?UTF-8?q?18-08-08=2014:40:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alpine/Dockerfile | 11 +++++++++++ hexo-base/package.json | 12 ++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 alpine/Dockerfile 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