mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Change the redis image to 5.0
This commit is contained in:
parent
919bc177aa
commit
11ef204f21
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RC_FILE="config/overleaf.rc"
|
|||
function __main__() {
|
||||
SHARELATEX_IMAGE_VERSION="$(head -n 1 ./lib/sharelatex-image-version)"
|
||||
MONGO_IMAGE="mongo:3.6"
|
||||
REDIS_IMAGE="redis:5.0.0"
|
||||
REDIS_IMAGE="redis:5.0"
|
||||
|
||||
# Load vars from the rc file
|
||||
# shellcheck disable=SC1090
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue