From 76f02bf0e1caafe84c691cab03f09ee2fb13ba86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:08:28 +0000 Subject: [PATCH] Update Node.js to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"