build(docker): update node.js to v22.22.1 (#2707)

This commit is contained in:
renovate[bot]
2026-04-02 11:35:32 +02:00
committed by GitHub
parent 58514ec5cf
commit 868430b7db
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22.22.0-alpine3.22@sha256:7aa86fa052f6e4b101557ccb56717cb4311be1334381f526fe013418fe157384
FROM node:22.22.1-alpine3.22@sha256:9f96f09f127f06feaff1e7faa4a34a3020cf5c1138c988782e59959641facabe
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"