Skip to content

Commit 4eedbc2

Browse files
authored
Upgrade APKiD v2.1.4 (#107)
1 parent ce3acf8 commit 4eedbc2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

compose/local/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN pip install -r /requirements/local.txt
2424
# Install APKiD https://github.com/rednaga/APKiD/blob/master/Dockerfile
2525
RUN 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 .. && \

compose/production/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2929
RUN 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 .. && \

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)