File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ RUN apt update -y -q && apt upgrade -y -q && apt update -y -q && \
2121 unzip
2222
2323RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
24- curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.11.1 /ninja-linux-aarch64.zip \
24+ curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.12.0 /ninja-linux-aarch64.zip \
2525 ; fi
2626
2727RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
28- curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.11.1 /ninja-linux.zip \
28+ curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.12.0 /ninja-linux.zip \
2929 ; fi
3030
3131RUN unzip ninja-linux.zip && \
You can’t perform that action at this time.
0 commit comments