From 3c89c916eeb6c0880191fd00d0edc08156af7227 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Tue, 23 May 2023 14:10:26 -0400 Subject: [PATCH] =?UTF-8?q?Use=20release=202.023.12a=20of=20kobo-docker?= =?UTF-8?q?=E2=80=A6=20and=20bump=20version=20to=208.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/config.py b/helpers/config.py index 5ebb006..8b48275 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -31,8 +31,8 @@ class Config(metaclass=Singleton): DEFAULT_PROXY_PORT = '8080' DEFAULT_NGINX_PORT = '80' DEFAULT_NGINX_HTTPS_PORT = '443' - KOBO_DOCKER_BRANCH = '2.023.12' # This env variable declaration should appear only once in this file - KOBO_INSTALL_VERSION = '8.0.2' + KOBO_DOCKER_BRANCH = '2.023.12a' # This env variable declaration should appear only once in this file + KOBO_INSTALL_VERSION = '8.0.3' MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3 ALLOWED_PASSWORD_CHARACTERS = ( string.ascii_letters