Update Node.js to v22.13.0

This commit is contained in:
renovate[bot]
2025-01-10 03:18:39 +00:00
committed by GitHub
parent 8f6b1af8ad
commit 63f5904b40

View File

@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine3.20 AS base
FROM node:22.13.0-alpine3.20 AS base
LABEL version="0.6.0"
LABEL description="Astro based website to use as a profile"