From 7a0eb88cc0fea8cf31bf36588e456b1ea15a0ab1 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Thu, 25 May 2023 09:47:39 -0400 Subject: [PATCH] Use release 2.023.12b of kobo-docker --- helpers/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config.py b/helpers/config.py index 8b48275..577fd18 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -31,7 +31,7 @@ class Config(metaclass=Singleton): DEFAULT_PROXY_PORT = '8080' DEFAULT_NGINX_PORT = '80' DEFAULT_NGINX_HTTPS_PORT = '443' - KOBO_DOCKER_BRANCH = '2.023.12a' # This env variable declaration should appear only once in this file + KOBO_DOCKER_BRANCH = '2.023.12b' # 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 = (