From 112d239732f3ece0e4ecacb441f8b3c18d8e9506 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Fri, 15 Oct 2021 11:14:42 -0400 Subject: [PATCH] Use release 2.021.41a 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 3ca1196..a26bd2d 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -30,7 +30,7 @@ class Config(metaclass=Singleton): DEFAULT_PROXY_PORT = '8080' DEFAULT_NGINX_PORT = '80' DEFAULT_NGINX_HTTPS_PORT = '443' - KOBO_DOCKER_BRANCH = '2.021.41' + KOBO_DOCKER_BRANCH = '2.021.41a' KOBO_INSTALL_VERSION = '6.2.0' MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3