From 4d1441e7b1155187b4f6e679f692e88753927ea5 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Mon, 8 Jul 2024 16:27:00 -0400 Subject: [PATCH] Use release 2.024.19 of kobo-docker --- helpers/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/config.py b/helpers/config.py index 39bd480..c0eaf68 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.024.17c' - KOBO_INSTALL_VERSION = '8.2.0' + KOBO_DOCKER_BRANCH = '2.024.19' + KOBO_INSTALL_VERSION = '8.2.1' MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3 ALLOWED_PASSWORD_CHARACTERS = ( string.ascii_letters