Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
483e9d577c | |||
812ea36541 | |||
d5f53386fb | |||
b75bd77fac | |||
963a7039ea | |||
7df2bdd0b3 | |||
202be63c7a | |||
d030d9cfda |
@ -1,4 +1,4 @@
|
||||
FROM docker.io/alpine:3.20 AS builder
|
||||
FROM docker.io/alpine:3.21 AS builder
|
||||
|
||||
RUN apk add --no-cache \
|
||||
alpine-sdk \
|
||||
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||
poetry \
|
||||
git
|
||||
|
||||
ENV VERSION=v1.112.0
|
||||
ENV VERSION=v1.127.1
|
||||
RUN git clone https://github.com/element-hq/synapse.git
|
||||
WORKDIR /synapse
|
||||
RUN git checkout $VERSION
|
||||
@ -24,7 +24,7 @@ RUN pip3 install --target="/install" -r /synapse/requirements.txt
|
||||
RUN pip3 install --target="/install" --no-deps --no-warn-script-location /synapse[all];
|
||||
|
||||
|
||||
FROM docker.io/thallian/confd-env:3.20-3.1.6.2
|
||||
FROM docker.io/thallian/confd-env:3.21-3.2.0.2
|
||||
|
||||
RUN addgroup -g 2222 matrix-synapse
|
||||
RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synapse
|
||||
@ -33,6 +33,7 @@ RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-psycopg2 \
|
||||
py3-authlib \
|
||||
py3-asn1 \
|
||||
libffi \
|
||||
openssl \
|
||||
zlib \
|
||||
|
@ -1141,7 +1141,7 @@ oembed:
|
||||
# Defaults to "https://www.recaptcha.net/recaptcha/api/siteverify".
|
||||
#
|
||||
#recaptcha_siteverify_api: "https://my.recaptcha.site"
|
||||
|
||||
enable_authenticated_media: true
|
||||
|
||||
## TURN ##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user