fix build
Build and Deploy / build-and-deploy (push) Successful in 3m32s

This commit is contained in:
2026-05-07 10:05:24 +02:00
parent 2a0f7d5bcf
commit 2d80e7ad49
4 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Build: generates /dist (Astro static site + Sanity Studio SPA)
FROM node:24 AS builder
FROM node:22-alpine AS builder
WORKDIR /app
COPY package*.json ./
RUN npm ci