Upgrades Node.js from 24.13.0 → 24.14.1 (#32498)

GitOrigin-RevId: edbe6969c4c28109e3077f48e94084fc5c910727
This commit is contained in:
Anna Claire Fields
2026-04-13 12:26:22 +02:00
committed by Copybot
parent cb0f87282b
commit 1a7de4ddd8
90 changed files with 155 additions and 219 deletions

View File

@@ -78,7 +78,7 @@ services:
certs:
build:
dockerfile_inline: |
FROM node:24.13.0
FROM node:24.14.1
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-"`dpkg --print-architecture`
RUN chmod +x /certgen
volumes: