Explorar el Código

Merge pull request #967 from ChristianLempa/renovate/docker.io-library-redis-8.x

chore(deps): update docker.io/library/redis docker tag to v8
Christoph Schug hace 10 meses
padre
commit
97859eabbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker-compose/authentik/compose.yaml

+ 1 - 1
docker-compose/authentik/compose.yaml

@@ -88,7 +88,7 @@ services:
     restart: unless-stopped
     restart: unless-stopped
 
 
   redis:
   redis:
-    image: docker.io/library/redis:7.4.3
+    image: docker.io/library/redis:8.0.0
     container_name: authentik-redis
     container_name: authentik-redis
     command: --save 60 1 --loglevel warning
     command: --save 60 1 --loglevel warning
     healthcheck:
     healthcheck: