Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RineshRamadhin authored Apr 3, 2022
1 parent 7112bbf commit 4f79648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f79648

Please sign in to comment.