Skip to content

Commit e20d23c

Browse files
renovate-botJuniorJPDJ
authored andcommitted
chore(synapse-shared-secret-auth): update ghcr.io/element-hq/synapse docker tag to v1.132.0
1 parent 90866ea commit e20d23c

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.131.0
3+
# app_version: 1.132.0
44
# revision: 1
55
# description: Matrix Synapse homeserver with matrix-synapse-shared-secret-auth preinstalled
6-
FROM ghcr.io/element-hq/synapse:v1.131.0@sha256:0ccf03d915a636d12bcb35f49935421445a4d644c0449cc211252663b9137cd0 AS builder
6+
FROM ghcr.io/element-hq/synapse:v1.132.0@sha256:3036ec25dfb5fcc5120942465788c1e1f2bb3671e28b04d7b3a1db4400ac84f4 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.131.0@sha256:0ccf03d915a636d12bcb35f49935421445a4d644c0449cc211252663b9137cd0
19+
FROM ghcr.io/element-hq/synapse:v1.132.0@sha256:3036ec25dfb5fcc5120942465788c1e1f2bb3671e28b04d7b3a1db4400ac84f4
2020

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

0 commit comments

Comments
 (0)