浏览代码

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

Christoph Schug 9 月之前
父节点
当前提交
99bfda2ba8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker-compose/authentik/compose.yaml

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

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