站点更新:2018-08-08 14:40:00

master
ehlxr 2018-08-08 14:40:00 +08:00
parent 2e1c9ff80e
commit 7e8ba293b2
2 changed files with 17 additions and 6 deletions

11
alpine/Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM alpine
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
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/*

View File

@ -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"
}
}
}