aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2024-06-11 19:52:05 +0100
committerGravatar GitHub <[email protected]>2024-06-11 19:52:05 +0100
commit3dfd1e55773887084e1aafef62b2429da8cf350b (patch)
treea54726a319d508d8bb64c0968303adb5ceb5d9e4
parentAdd poetry-plugin-export plugin to fix CI warning (diff)
parentMerge pull request #3091 from python-discord/use-latest-redis (diff)
Merge branch 'main' into fix-poetry-export-warning
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 727c72566..8c434f645 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -26,7 +26,7 @@ services:
redis:
logging : *default-logging
restart: unless-stopped
- image: redis:5.0.9
+ image: redis:latest
ports:
- "127.0.0.1:6379:6379"