diff --git a/compose/django/Dockerfile b/compose/django/Dockerfile index 82e2a3a..f68b856 100644 --- a/compose/django/Dockerfile +++ b/compose/django/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.59.0-buster +FROM rust:1.56.1-buster # Setup labels LABEL version = "2.0" @@ -19,11 +19,11 @@ RUN apt-get purge python -y WORKDIR /install RUN apt-get install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev \ libreadline-dev libffi-dev curl libbz2-dev -y -RUN wget https://www.python.org/ftp/python/3.10.4/Python-3.10.4.tar.xz -RUN tar -xf Python-3.10.4.tar.xz +RUN wget https://www.python.org/ftp/python/3.10.1/Python-3.10.1.tar.xz +RUN tar -xf Python-3.10.1.tar.xz # Configure Python -WORKDIR /install/Python-3.10.4 +WORKDIR /install/Python-3.10.1 RUN ./configure --enable-optimizations # Install Python packages diff --git a/compose/selenium/Dockerfile b/compose/selenium/Dockerfile index 82c6bb5..18a40b0 100644 --- a/compose/selenium/Dockerfile +++ b/compose/selenium/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.4-buster +FROM python:3.10.1-buster # Setup labels LABEL version = "1.0" diff --git a/config/settings.py b/config/settings.py index 7bca6a9..1950b66 100644 --- a/config/settings.py +++ b/config/settings.py @@ -15,7 +15,7 @@ # Build information of the Web DL API -VERSION = '2.21.1' +VERSION = '2.21.2' REPOSITORY = 'https://github.com/web-dl-tools/api.git' # Build paths inside the project like this: os.path.join(BASE_DIR, ...) diff --git a/docker-compose.yml b/docker-compose.yml index 7fe9bd7..04b7465 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,7 +58,7 @@ services: - ${FILES_PATH}:/code/files redis: - image: redis:5.0.14-alpine + image: redis:5.0.7-alpine container_name: web-dl_redis deploy: resources: diff --git a/requirements.txt b/requirements.txt index 6c3fc8b..ffc7da3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,22 @@ psycopg2==2.9.3 -django==3.2.12 +django==3.2.11 djangorestframework==3.13.1 -django-cors-headers==3.11.0 +django-cors-headers==3.10.1 django-polymorphic==3.1.0 django-rest-polymorphic==0.1.9 django-filter==21.1 -sentry-sdk==1.5.8 -whitenoise==6.0.0 +sentry-sdk==1.5.1 +whitenoise==5.3.0 channels==3.0.4 -channels-redis==3.4.0 -requests==2.27.1 -python-magic==0.4.25 +channels-redis==3.3.1 +requests==2.26.0 +python-magic==0.4.24 markdown==3.3.6 celery==5.2.3 redis==3.5.3 yt-dlp==2022.3.8.2 python-qbittorrent==0.4.2 -selenium==4.1.3 +selenium==4.1.0 \ No newline at end of file