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.148.0
3+ # app_version: 1.149.1
44# revision: 1
55# description: Matrix Synapse homeserver with matrix-synapse-shared-secret-auth preinstalled
6- FROM ghcr.io/element-hq/synapse:v1.148.0 @sha256:e7f0bdf2b570de33b4f2c61126bcc4e41e4bd840b9a57726353231812f644571 AS builder
6+ FROM ghcr.io/element-hq/synapse:v1.149.1 @sha256:dcab93b1183b296b3bc50767813e4a2337a7cb4a9b89a5e6af5fe9b69a43618c 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.148.0 @sha256:e7f0bdf2b570de33b4f2c61126bcc4e41e4bd840b9a57726353231812f644571
19+ FROM ghcr.io/element-hq/synapse:v1.149.1 @sha256:dcab93b1183b296b3bc50767813e4a2337a7cb4a9b89a5e6af5fe9b69a43618c
2020
2121COPY --from=builder /install /usr/local
You can’t perform that action at this time.
0 commit comments