update node
All checks were successful
renovate / renovate (push) Successful in 24s
test-build / build (push) Successful in 35s

This commit is contained in:
2025-08-01 20:22:50 -05:00
parent da59617d1f
commit 0ff0908e44
2 changed files with 2 additions and 2 deletions

View File

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