diff --git a/docker/Dockerfile.html b/docker/Dockerfile.html index 15d6e4f..8f8e58a 100644 --- a/docker/Dockerfile.html +++ b/docker/Dockerfile.html @@ -2,7 +2,7 @@ title: 我的Dockerfile description: published: true -date: 2023-04-07T01:40:04.396Z +date: 2023-04-07T01:40:46.492Z tags: docker, 技术, code, 代码 editor: ckeditor dateCreated: 2023-04-03T09:10:22.169Z @@ -17,7 +17,7 @@ RUN apt-get update \ && n latest \ && npm install -g yarn \

ocer-world

-
FROM node
+
FROM node:latest
 RUN npm install -g hexo-cli \
 && git clone https://gitea.ocer.cc/overcast404/ocer-world.git \
 && cd ocer-world \