1
0
Fork 0
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:
Shane Kilkelly 2020-07-09 11:10:42 +01:00
parent 919bc177aa
commit 11ef204f21

View file

@ -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