Skip to content

Commit 99c9472

Browse files
committed
fix ninja
1 parent ccf9713 commit 99c9472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.heaptrack

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ RUN apt update -y -q && apt upgrade -y -q && apt update -y -q && \
2121
unzip
2222

2323
RUN 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

2727
RUN 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

3131
RUN unzip ninja-linux.zip && \

0 commit comments

Comments
 (0)