File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN pip install -r /requirements/local.txt
2424# Install APKiD https://github.com/rednaga/APKiD/blob/master/Dockerfile
2525RUN git clone https://github.com/rednaga/APKiD.git && \
2626 cd APKiD && \
27- git checkout f8720b7a371c31a694d45591af0b023f040febdd && \
27+ git checkout 9abdce7c4fb0408ae9b00bd6cd25daaa96f57068 && \
2828 python prep-release.py && \
2929 python setup.py install && \
3030 cd .. && \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN pip install --no-cache-dir -r /requirements/production.txt \
2828# Install APKiD https://github.com/rednaga/APKiD/blob/master/Dockerfile
2929RUN git clone https://github.com/rednaga/APKiD.git && \
3030 cd APKiD && \
31- git checkout f8720b7a371c31a694d45591af0b023f040febdd && \
31+ git checkout 9abdce7c4fb0408ae9b00bd6cd25daaa96f57068 && \
3232 python prep-release.py && \
3333 python setup.py install && \
3434 cd .. && \
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ pytest-django==4.1.0 # https://github.com/pytest-dev/pytest-django
3737
3838# APKiD
3939# ------------------------------------------------------------------------------
40- yara-python-dex>=1.0.1 # https://github.com/MobSF/yara-python-dex
40+ yara-python-dex>=1.0.3 # https://github.com/MobSF/yara-python-dex
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ django-anymail==8.1 # https://github.com/anymail/django-anymail
1212
1313# APKiD
1414# ------------------------------------------------------------------------------
15- yara-python-dex>=1.0.1 # https://github.com/MobSF/yara-python-dex
15+ yara-python-dex>=1.0.3 # https://github.com/MobSF/yara-python-dex
You can’t perform that action at this time.
0 commit comments