Skip to content

Commit bd213ef

Browse files
committed
Update redis to 7.2.12
1 parent b9c4215 commit bd213ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
test: python -c 'import http.client; conn = http.client.HTTPConnection("localhost", 8000); conn.request("GET", "/"); res = conn.getresponse(); assert len(res.read()) > 0'
7070

7171
redis:
72-
image: docker.io/library/redis:7.2.11-alpine
72+
image: docker.io/library/redis:7.2.12-alpine
7373
command: redis-server /etc/redis/redis.conf
7474
configs:
7575
- source: redis-config

0 commit comments

Comments
 (0)