Skip to content

Commit

Permalink
Merge pull request #536 from ChristianLempa/revert-534-renovate/ghcr.…
Browse files Browse the repository at this point in the history
…io-goauthentik-server-2024.10.x

Revert "chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.10.3"
  • Loading branch information
cschug authored Nov 21, 2024
2 parents cc553aa + e83ef24 commit 8a796f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/authentik/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- redis_data:/data
restart: unless-stopped
server:
image: ghcr.io/goauthentik/server:2024.10.3
image: ghcr.io/goauthentik/server:2024.10.2
container_name: authentik-server
command: server
environment:
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
- redis
restart: unless-stopped
worker:
image: ghcr.io/goauthentik/server:2024.10.3
image: ghcr.io/goauthentik/server:2024.10.2
container_name: authentik-worker
command: worker
environment:
Expand Down

0 comments on commit 8a796f5

Please sign in to comment.