Skip to content

Commit

Permalink
Bump redis to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Sep 3, 2024
1 parent 8c451a0 commit 648ac88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/modules/docker-caches/docker-caches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function docker-caches_setup() {
--detach \
--name "${REDISTESTNAME}" \
--network "${NETWORK}" \
redis:3
redis:5
echo "Redis URL: ${REDISTESTNAME}"
echo "Redis logs:"
docker logs "${REDISTESTNAME}"
Expand Down

0 comments on commit 648ac88

Please sign in to comment.