diff --git a/Dockerfile b/Dockerfile index 9b2490a..aa9eb83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Based on Redis -FROM redis:6.2.1 +FROM redis:6.2 # Build arguments ARG GH_TOKEN=null