docker: bump node version to 24
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

This commit is contained in:
jj 2025-06-05 18:13:57 +00:00
parent a0560fe684
commit 8c3c084c9c
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM node:23-alpine AS base
FROM node:24-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"