Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions containers/synapse-shared-secret-auth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# platforms: linux/amd64,linux/arm64
# renovate: datasource=docker depName=ghcr.io/element-hq/synapse extractVersion=^v(?<version>.*)$
# app_version: 1.123.0
# app_version: 1.124.0
# revision: 1
# description: Matrix Synapse homeserver with matrix-synapse-shared-secret-auth preinstalled
FROM ghcr.io/element-hq/synapse:v1.123.0@sha256:7e8e20f2c0e7b344ce4d31bab943cb1677ee66de4de0f6a24107e8641a4a8122
FROM ghcr.io/element-hq/synapse:v1.124.0@sha256:31f08252df11421dcbbbcff8333874b99b911a146508f14c6ac758ce9b9ce634

# renovate: datasource=github-tags depName=devture/matrix-synapse-shared-secret-auth
ARG SHARED_SECRET_AUTH_VERSION="2.0.3"
Expand Down