diff --git a/Dockerfile b/Dockerfile index 80df405..687ffc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # FROM node:latest -FROM node:20-slim +FROM node:24-slim LABEL maintainer="andycrusoe@gmail.com" LABEL repository="https://github.com/appotry/docker-hexo"