File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
49
49
retries : 5
50
50
51
51
redis : &redis
52
- image : docker.io/valkey/valkey:8.0 -alpine
52
+ image : docker.io/valkey/valkey:8.1 -alpine
53
53
command :
54
54
- sh
55
55
- -c # this is to evaluate the $REDIS_PASSWORD from the env
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ services:
59
59
60
60
# redis
61
61
redis :
62
- image : docker.io/valkey/valkey:8.0 -alpine
62
+ image : docker.io/valkey/valkey:8.1 -alpine
63
63
command :
64
64
- sh
65
65
- -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -74,7 +74,7 @@ services:
74
74
volumes :
75
75
- netbox-redis-data:/data
76
76
redis-cache :
77
- image : docker.io/valkey/valkey:8.0 -alpine
77
+ image : docker.io/valkey/valkey:8.1 -alpine
78
78
command :
79
79
- sh
80
80
- -c # this is to evaluate the $REDIS_PASSWORD from the env
You can’t perform that action at this time.
0 commit comments