Fix: use node 22 for Astro compatibility

This commit is contained in:
Kunthawat Greethong
2026-04-29 09:28:37 +07:00
parent 2b73e75e20
commit 7112a84ab5

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine AS deps FROM node:22-alpine AS deps
RUN apk add --no-cache python3 make g++ RUN apk add --no-cache python3 make g++