fix: switch to node:22-slim (Debian) for env -S compatibility
Some checks failed
Build Docker Image / build (push) Failing after 13s

This commit is contained in:
root
2026-03-21 23:00:28 +01:00
parent 3fe27a1b53
commit 70212bd3ba

View File

@@ -1,6 +1,6 @@
FROM node:22-alpine FROM node:22-slim
RUN apk add --no-cache git rsync RUN apt-get update && apt-get install -y --no-install-recommends git rsync && rm -rf /var/lib/apt/lists/*
WORKDIR /quartz WORKDIR /quartz