diff --git a/helpers/config.py b/helpers/config.py index c7072cb..411d22f 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.34d' + KOBO_DOCKER_BRANCH = '2.021.34d-with-enketo-2.8.1' KOBO_INSTALL_VERSION = '5.0.1' MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3