diff --git a/helpers/config.py b/helpers/config.py index 6b5454a..d8cbded 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 = 'add-wale-support' + KOBO_DOCKER_BRANCH = 'master' KOBO_INSTALL_VERSION = '3.4.0' def __init__(self):