Skip to content

Commit

Permalink
Update container
Browse files Browse the repository at this point in the history
  • Loading branch information
RineshRamadhin authored Jul 31, 2023
1 parent a6ab06f commit e57b831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.64.0-buster
FROM rust:1.71.0-buster

# Setup labels
LABEL version = "2.0"
Expand Down
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 = '3.2.0'
VERSION = '3.2.1'
REPOSITORY = 'https://github.com/web-dl-tools/api.git'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
Expand Down

0 comments on commit e57b831

Please sign in to comment.