dockerfiles: update bootstrap to v36

This commit is contained in:
umarcor
2021-02-14 18:25:23 +01:00
committed by Leonid Pliushch
parent c0ac530685
commit e365779490
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ ENV PATH /system/bin
SHELL ["/system/bin/sh", "-c"]
# Bootstrapping Termux environment.
ADD https://dl.bintray.com/termux/bootstrap/bootstrap-i686-v34.zip /data/data/com.termux/files/bootstrap.zip
ADD https://dl.bintray.com/termux/bootstrap/bootstrap-i686-v36.zip /data/data/com.termux/files/bootstrap.zip
COPY /system /system
RUN /system/setup-termux.sh

View File

@@ -14,7 +14,7 @@ ENV PATH /system/bin
SHELL ["/system/bin/sh", "-c"]
# Bootstrapping Termux environment.
ADD https://dl.bintray.com/termux/bootstrap/bootstrap-x86_64-v34.zip /data/data/com.termux/files/bootstrap.zip
ADD https://dl.bintray.com/termux/bootstrap/bootstrap-x86_64-v36.zip /data/data/com.termux/files/bootstrap.zip
COPY /system /system
RUN /system/setup-termux.sh