Merge pull request #1270 from SheepFromHeaven/npm

fix: Update Node.js version in Dockerfile to 24-alpine
This commit is contained in:
Azgaar 2026-01-21 17:02:36 +01:00 committed by GitHub
commit 1debf4a4f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM node:20-alpine AS builder FROM node:24-alpine AS builder
WORKDIR /app WORKDIR /app