There was an error while loading. Please reload this page.
1 parent f9035d0 commit efb64f2Copy full SHA for efb64f2
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.9.10 2026-06-16 <code at nfrastack dot com>
2
+
3
+ ### Added
4
+ - Synapse 1.155.0
5
6
7
## 0.9.9 2026-06-04 <code at nfrastack dot com>
8
9
### Added
@@ -57,7 +63,7 @@
57
63
58
64
59
65
- Switch to nfrastack/base image
60
- - Alpine 3.23
66
+ - Alpine 3.24
61
67
- Synapse 1.148.0
62
68
- Removed S3 Provider
69
- Removed REST Auth Provider
Containerfile
@@ -18,7 +18,7 @@ LABEL \
18
org.opencontainers.image.licenses="MIT"
19
20
ARG \
21
- SYNAPSE_VERSION="v1.154.0" \
+ SYNAPSE_VERSION="v1.155.0" \
22
PROVIDDER_LDAP_VERSION="v0.4.0" \
23
PROVIDER_SHARED_SECRET_VERSION="2.0.3" \
24
SYNAPSE_REPO_URL="https://github.com/element-hq/synapse" \
0 commit comments