From 43446a617e575a1f4223091d06112098b8feb042 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Fri, 19 Jan 2024 15:37:08 +0000 Subject: [PATCH] fix: update redis container version --- templates/oauth-standalone-docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/oauth-standalone-docker-compose.yaml b/templates/oauth-standalone-docker-compose.yaml index ec6b648..d619835 100644 --- a/templates/oauth-standalone-docker-compose.yaml +++ b/templates/oauth-standalone-docker-compose.yaml @@ -49,7 +49,7 @@ OAUTH2_PROXY_ALLOWED_GROUPS: {{ keycloak_clients[item].groups }} OAUTH2_PROXY_WHITELIST_DOMAIN: "keycloak.atlantishq.de sso.atlantishq.de sso.potaris.de" redis: - image: redis:7.0.2-alpine3.16 + image: redis:7.2.4-alpine restart: always volumes: - cache:/data