Update Dockerfile: node:20 -> node:22 (Astro requires >=22.12.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20-alpine AS deps
|
||||
FROM node:22-alpine AS deps
|
||||
|
||||
RUN apk add --no-cache python3 make g++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user