Update Node.js to v24.13.0
Some checks failed
test-build / build (pull_request) Failing after 1m1s

This commit is contained in:
2026-01-23 22:20:56 +00:00
parent 42d3891c6b
commit 7be5398e90

View File

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