From e57b8317cb26b7fa1779dff244417ed187c8cce1 Mon Sep 17 00:00:00 2001 From: Rinesh Ramadhin Date: Mon, 31 Jul 2023 20:32:31 +0200 Subject: [PATCH] Update container --- compose/django/Dockerfile | 2 +- config/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/django/Dockerfile b/compose/django/Dockerfile index 493c76c..e49fd39 100644 --- a/compose/django/Dockerfile +++ b/compose/django/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.64.0-buster +FROM rust:1.71.0-buster # Setup labels LABEL version = "2.0" diff --git a/config/settings.py b/config/settings.py index f3816b2..edb9c3b 100644 --- a/config/settings.py +++ b/config/settings.py @@ -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, ...)