chore: relax git version constraint in Dockerfile to allow patch updates

This commit is contained in:
kairi003
2024-11-10 01:58:29 +09:00
parent 4ee1fe2ca4
commit 02d368df05

View File

@@ -5,7 +5,7 @@ USER 0:0
RUN corepack enable \
&& corepack enable pnpm
RUN apk add --no-cache git~=2.43.4 \
RUN apk add --no-cache git~=2.43 \
&& git config --add --system safe.directory /mermaid
ENV NODE_OPTIONS="--max_old_space_size=8192"