Skip to content

Commit 1dc38ea

Browse files
committed
0.9.0pre
1 parent 2f4e1ce commit 1dc38ea

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

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

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LABEL \
1818
org.opencontainers.image.licenses="MIT"
1919

2020
ARG \
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 && \

0 commit comments

Comments
 (0)