Fix: use node 22 for Astro compatibility
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++
|
RUN apk add --no-cache python3 make g++
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user