Update Node to 22.15.1 (#25785)

GitOrigin-RevId: 52428d2d7e67c3135a1604fa487dd142aa08bf15
This commit is contained in:
Antoine Clausse
2025-05-21 13:49:48 +02:00
committed by Copybot
parent b667cef262
commit 436dcc977f
85 changed files with 105 additions and 105 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22.15.0
FROM node:22.15.1
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
&& echo \
"deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" \