Update Node.js to v24.11.1 #209

Merged
alexlebens merged 3 commits from renovate/docker.io-node-24.x into main 2025-12-01 20:54:22 +00:00
Showing only changes of commit 2baf1e7f22 - Show all commits

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.11.0-alpine3.22 AS base
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
LABEL version="2.1.0"
LABEL description="Astro based personal website"