diff --git a/config/settings.py b/config/settings.py index 1950b66..4a09ab9 100644 --- a/config/settings.py +++ b/config/settings.py @@ -15,7 +15,7 @@ # Build information of the Web DL API -VERSION = '2.21.2' +VERSION = '2.21.3' 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: