Target Redis 6 everywhere rather than a mix of 5 and 6 (#35373)

Redis 5 has been EOL for a few years, and didn't get updates for the
latest high-severity CVEs. We're already using 6 in most places
(fleetctl preview, recommended reference architectures, managed cloud
environments) so it's safe to set 6 as the new minimum.

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
This commit is contained in:
Ian Littman
2025-11-10 17:05:44 -06:00
committed by GitHub
co-authored by Noah Talerman
parent 63eb318429
commit f91aa591b0
3 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ services:
- ServerOptions__TlsCertificatePrivateKey=/certs/fleet.key
redis:
image: redis:5
image: redis:6
ports:
- "6379:6379"