Sfoglia il codice sorgente

Merge pull request #484 from ChristianLempa/renovate/ghcr.io-goauthentik-server-2024.8.x

Christoph Schug 1 anno fa
parent
commit
f591f8f856
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docker-compose/authentik/compose.yaml

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

@@ -31,7 +31,7 @@ services:
       - redis_data:/data
       - redis_data:/data
     restart: unless-stopped
     restart: unless-stopped
   server:
   server:
-    image: ghcr.io/goauthentik/server:2024.8.3
+    image: ghcr.io/goauthentik/server:2024.8.4
     container_name: authentik-server
     container_name: authentik-server
     command: server
     command: server
     environment:
     environment:
@@ -65,7 +65,7 @@ services:
       - redis
       - redis
     restart: unless-stopped
     restart: unless-stopped
   worker:
   worker:
-    image: ghcr.io/goauthentik/server:2024.8.3
+    image: ghcr.io/goauthentik/server:2024.8.4
     container_name: authentik-worker
     container_name: authentik-worker
     command: worker
     command: worker
     environment:
     environment: