Upgrade to Node24

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-10-11 12:51:35 +02:00
parent ceceb63b86
commit 756e5f5718
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine3.21
FROM node:24-alpine3.22
RUN apk add --no-cache \
git \