diff --git a/Dockerfile b/Dockerfile index 50edd70..320dfd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM redis:7-bookworm +FROM redis:8-bookworm RUN apt-get update \ && apt-get install -y --no-install-recommends python3 python3-venv \