Update Node.js to v22.20.0 #36

Merged
alexlebens merged 1 commits from renovate/docker.io-node-22.x into main 2025-09-27 01:43:14 +00:00
Showing only changes of commit 7be7dec8bc - Show all commits

View File

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