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.125.0
# app_version: 1.126.0
# revision: 1
# description: Matrix Synapse homeserver with matrix-synapse-shared-secret-auth preinstalled
FROM ghcr.io/element-hq/synapse:v1.125.0@sha256:b4d45c5158281ca5b97b4cf1154e16084ffcc9173716a33c5dab54a9798ecf23
FROM ghcr.io/element-hq/synapse:v1.126.0@sha256:206de8e8d72b09dc6158086410332a91ec3cb09976c3f71b805a091c01b65b3f

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