File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## 0.9.0pre 2025-09-13 <code at nfrastack dot com >
22
33 ### Changed
4- - Switch to nfrastack/base base image
4+ - Switch to nfrastack/base image
55 - Alpine 3.22
6- - Synapse 1.140 .0
6+ - Synapse 1.141 .0
77 - Removed S3 Provider
88 - Removed REST Auth Provider
99
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ LABEL \
1818 org.opencontainers.image.licenses="MIT"
1919
2020ARG \
21- SYNAPSE_VERSION="v1.140 .0" \
21+ SYNAPSE_VERSION="v1.141 .0" \
2222 PROVIDDER_LDAP_VERSION="v0.3.0" \
2323 PROVIDER_SHARED_SECRET_VERSION="2.0.3" \
2424 SYNAPSE_REPO_URL="https://github.com/element-hq/synapse" \
@@ -112,7 +112,7 @@ RUN echo "" && \
112112 \
113113 clone_git_repo "${SYNAPSE_REPO_URL}" "${SYNAPSE_VERSION}" && \
114114 gpep517 build-wheel \
115- --wheel-dir dist \
115+ --wheel-dir dist \
116116 --output-fd 1 \
117117 && \
118118 pip install \
@@ -134,7 +134,7 @@ RUN echo "" && \
134134 container_build_log add "Synapse" "${SYNAPSE_VERSION}" "${SYNAPSE_REPO_URL}" && \
135135 clone_git_repo "${PROVIDER_LDAP_REPO_URL}" "${PROVIDER_LDAP_VERSION}" && \
136136 gpep517 build-wheel \
137- --wheel-dir dist \
137+ --wheel-dir dist \
138138 --output-fd 1 \
139139 && \
140140 pip install --break-system-packages --upgrade dist/*.whl && \
You can’t perform that action at this time.
0 commit comments