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

This commit is contained in:
2026-01-23 22:06:58 +00:00
parent f43be9e190
commit 57c0ac8e69

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io 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="0.0.7" LABEL version="0.0.7"
LABEL description="Astro based documentation website" LABEL description="Astro based documentation website"