update auth docker tag

This commit is contained in:
Matt Reeves 2024-11-05 22:31:39 -05:00
parent 746e140e42
commit 8a0cb3076b

View file

@ -30,7 +30,7 @@ services:
volumes: volumes:
- redis:/data - redis:/data
server: server:
image: ghcr.io/goauthentik/server@sha256:7b2deaf050dd00767a0baa3dec48b07e4cc977825e4391bed04136a213e46d6e image: ghcr.io/goauthentik/server:2024.10.1
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -51,7 +51,7 @@ services:
- postgresql - postgresql
- redis - redis
worker: worker:
image: ghcr.io/goauthentik/server@sha256:7b2deaf050dd00767a0baa3dec48b07e4cc977825e4391bed04136a213e46d6e image: ghcr.io/goauthentik/server:2024.10.1
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: