File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN bash -c "python3.9 -m pip install virtualenv \
55
55
&& chown -R pillow:pillow /vpy3"
56
56
57
57
ADD depends /depends
58
- RUN wget https://github.com/ninja-build/ninja/releases/download/v1.13.0 /ninja-linux.zip \
58
+ RUN wget https://github.com/ninja-build/ninja/releases/download/v1.13.1 /ninja-linux.zip \
59
59
&& unzip ninja-linux.zip \
60
60
&& mv ninja /usr/bin
61
61
RUN python3.9 -m pip install meson
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN bash -c "/usr/bin/pip3 install virtualenv \
49
49
&& chown -R pillow:pillow /vpy3"
50
50
51
51
ADD depends /depends
52
- RUN wget https://github.com/ninja-build/ninja/releases/download/v1.13.0 /ninja-linux.zip \
52
+ RUN wget https://github.com/ninja-build/ninja/releases/download/v1.13.1 /ninja-linux.zip \
53
53
&& unzip ninja-linux.zip \
54
54
&& mv ninja /usr/bin
55
55
RUN /usr/bin/python3 -m pip install meson
You can’t perform that action at this time.
0 commit comments