fix: switch to node:22-slim (Debian) for env -S compatibility
Some checks failed
Build Docker Image / build (push) Failing after 13s
Some checks failed
Build Docker Image / build (push) Failing after 13s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user