bump node
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled

This commit is contained in:
2025-10-27 20:31:44 -05:00
parent f1c5343bff
commit 7d022701d8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:22.20.0-alpine3.22 AS base
FROM ${REGISTRY}/node:22.21.0-alpine3.22 AS base
LABEL version="0.0.2"
LABEL description="Astro based documentation website"