Update Node.js to v24.13.0
All checks were successful
test-build / build (pull_request) Successful in 5m35s

This commit is contained in:
2026-01-20 20:51:45 +00:00
parent eedddca9a1
commit 01f71c4385

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"