Skip to content

Commit a13f904

Browse files
renovate-botJuniorJPDJ
authored andcommitted
chore(synapse-shared-secret-auth): update ghcr.io/element-hq/synapse docker tag to v1.131.0
1 parent 48635ed commit a13f904

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.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
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.130.0@sha256:a05a1e6b574c02957e1729a23462196679bed185cf169b5844be4cd04b198ccf
19+
FROM ghcr.io/element-hq/synapse:v1.131.0@sha256:0ccf03d915a636d12bcb35f49935421445a4d644c0449cc211252663b9137cd0
2020

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

0 commit comments

Comments
 (0)