From 1bcb68d3d86891fad93e5ce02960724f33248f44 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Tue, 4 Aug 2020 17:36:18 -0400 Subject: [PATCH] Use release 2.020.32 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 1123907..2cb3a02 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -29,7 +29,7 @@ class Config: DEFAULT_PROXY_PORT = "8080" DEFAULT_NGINX_PORT = "80" DEFAULT_NGINX_HTTPS_PORT = "443" - KOBO_DOCKER_BRANCH = '2.020.30' + KOBO_DOCKER_BRANCH = '2.020.32' KOBO_INSTALL_VERSION = '3.1.3' # Maybe overkill. Use this class as a singleton to get the same configuration