Update Node.js to v22.19.0 #93

Merged
alexlebens merged 1 commits from renovate/docker.io-node-22.x into main 2025-09-22 23:41:27 +00:00
Showing only changes of commit 9652309b67 - Show all commits

View File

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