diff --git a/Dockerfile b/Dockerfile index 7d063e9..d3d2514 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,6 @@ RUN apt-get update && \ apt-get clean && \ update-ca-certificates -f -# Avoid issue in libqt5gui5 #73 -RUN strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 - # Get JADX Tool ENV JADX_VERSION 1.4.7 diff --git a/requirements.txt b/requirements.txt index 0f3b28e..ea59269 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -django==3.2.22 -psycopg2-binary==2.9.1 +django==3.2.23 +psycopg2==2.9.3 django-bootstrap4==3.0.1 django-widget-tweaks==1.4.8 django-fontawesome-5==1.0.18 @@ -15,7 +15,7 @@ Celery==5.2.2 django-filter==2.4.0 sqlalchemy==1.4.23 django-extensions==3.1.3 -setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability -ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability -numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability -pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +setuptools==65.5.1 +ipython>=8.10.0 +numpy>=1.22.2 +pillow>=10.0.1 \ No newline at end of file