Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Mar 8, 2023
2 parents b21fd77 + 6b0b9bb commit 3fa181c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Config(metaclass=Singleton):
DEFAULT_NGINX_PORT = '80'
DEFAULT_NGINX_HTTPS_PORT = '443'
KOBO_DOCKER_BRANCH = 'beta'
KOBO_INSTALL_VERSION = '8.0.1'
KOBO_INSTALL_VERSION = '8.0.2'
MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3
ALLOWED_PASSWORD_CHARACTERS = (
string.ascii_letters
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ User can choose between 2 types of installations:
## Requirements

- Linux <sup>5</sup> / macOS <sup>6</sup>
- Python 3.6+
- Python 3.7+
- [Docker](https://www.docker.com/get-started "") & [Docker Compose](https://docs.docker.com/compose/install/ "")
- Available TCP Ports: <sup>7</sup>

Expand Down

0 comments on commit 3fa181c

Please sign in to comment.