Skip to content

Commit db39ab7

Browse files
committed
chore(synapse-shared-secret-auth): update ghcr.io/element-hq/synapse docker tag to v1.149.1
1 parent 25677f0 commit db39ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

containers/synapse-shared-secret-auth/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
99
ARG 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

2121
COPY --from=builder /install /usr/local

0 commit comments

Comments
 (0)