Skip to content

Commit 5fe0566

Browse files
authored
Merge pull request #6399 from rldhont/bump-redis-8
Tests: Bump Redis to 8 in docker compose
2 parents 1fdf04a + 946123d commit 5fe0566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
start_interval: 2s
2323
start_period: 10s
2424
redis:
25-
image: redis:7-alpine
25+
image: redis:8-alpine
2626
container_name: "lizmap${LZMBRANCH}_test_redis"
2727
openldap:
2828
build: ./docker-conf/openldap

0 commit comments

Comments
 (0)