Skip to content

Commit

Permalink
Use release 2.020.24b of kobo-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Jun 11, 2020
1 parent 553d3a6 commit 3fe3247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fe3247

Please sign in to comment.