From 3fe324733972dec48682450e10e133a4c2b2e584 Mon Sep 17 00:00:00 2001 From: "John N. Milner" Date: Thu, 11 Jun 2020 02:15:46 -0400 Subject: [PATCH] Use release 2.020.24b 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 61a4181..00cb553 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -28,8 +28,8 @@ class Config: DEFAULT_PROXY_PORT = "8080" DEFAULT_NGINX_PORT = "80" DEFAULT_NGINX_HTTPS_PORT = "443" - KOBO_DOCKER_BRANCH = '2.020.24a' - KOBO_INSTALL_BRANCH = 'master' + KOBO_DOCKER_BRANCH = '2.020.24b' + KOBO_INSTALL_BRANCH = 'master' # be mindful of how `--update` works KOBO_INSTALL_VERSION = '2.4.2' # Maybe overkill. Use this class as a singleton to get the same configuration