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 \
5555 && chown -R pillow:pillow /vpy3"
5656
5757ADD 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 \
5959 && unzip ninja-linux.zip \
6060 && mv ninja /usr/bin
6161RUN 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 \
4949 && chown -R pillow:pillow /vpy3"
5050
5151ADD 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 \
5353 && unzip ninja-linux.zip \
5454 && mv ninja /usr/bin
5555RUN /usr/bin/python3 -m pip install meson
You can’t perform that action at this time.
0 commit comments