File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
containers/synapse-shared-secret-auth Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# platforms: linux/amd64,linux/arm64
22# renovate: datasource=docker depName=ghcr.io/element-hq/synapse extractVersion=^v(?<version>.*)$
3- # app_version: 1.130 .0
3+ # app_version: 1.131 .0
44# revision: 1
55# description: Matrix Synapse homeserver with matrix-synapse-shared-secret-auth preinstalled
6- FROM ghcr.io/element-hq/synapse:v1.130 .0@sha256:a05a1e6b574c02957e1729a23462196679bed185cf169b5844be4cd04b198ccf AS builder
6+ FROM ghcr.io/element-hq/synapse:v1.131 .0@sha256:0ccf03d915a636d12bcb35f49935421445a4d644c0449cc211252663b9137cd0 AS builder
77
88# renovate: datasource=github-tags depName=devture/matrix-synapse-shared-secret-auth
99ARG SHARED_SECRET_AUTH_VERSION="2.0.3"
@@ -16,6 +16,6 @@ RUN apt update -y && \
1616 git+https://github.com/devture/matrix-synapse-shared-secret-auth@${SHARED_SECRET_AUTH_VERSION}
1717
1818
19- FROM ghcr.io/element-hq/synapse:v1.130 .0@sha256:a05a1e6b574c02957e1729a23462196679bed185cf169b5844be4cd04b198ccf
19+ FROM ghcr.io/element-hq/synapse:v1.131 .0@sha256:0ccf03d915a636d12bcb35f49935421445a4d644c0449cc211252663b9137cd0
2020
2121COPY --from=builder /install /usr/local
You can’t perform that action at this time.
0 commit comments