diff --git a/helpers/config.py b/helpers/config.py index d8cbded..ac17e6f 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -32,7 +32,7 @@ class Config(with_metaclass(Singleton)): DEFAULT_PROXY_PORT = "8080" DEFAULT_NGINX_PORT = "80" DEFAULT_NGINX_HTTPS_PORT = "443" - KOBO_DOCKER_BRANCH = 'master' + KOBO_DOCKER_BRANCH = '2.020.45' KOBO_INSTALL_VERSION = '3.4.0' def __init__(self):