fix(docker): upgrade Node base image to 22-alpine

pnpm 11.x requires Node.js v22+ for node:sqlite; node:20 lacks the built-in.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 12:16:01 +02:00
co-authored by Claude Sonnet 4.6
parent 367cde9b6e
commit 15d4352f42
+1 -1
View File
@@ -1,5 +1,5 @@
# Build stage
FROM node:20-alpine AS builder
FROM node:22-alpine AS builder
WORKDIR /app