Skip to content

Commit

Permalink
Release 0.8.55 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 11, 2024
1 parent 47d1222 commit 088cae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.55 2024-12-11 <dave at tiredofit dot ca>

### Added
- Synapse 1.121.1


## 0.8.54 2024-12-11 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG PROVIDER_REST_VERSION
ARG PROVIDER_S3_VERSION
ARG PROVIDER_SHARED_SECRET_VERSION

ENV SYNAPSE_VERSION=${SYNAPSE_VERSION:-"v1.121.0"} \
ENV SYNAPSE_VERSION=${SYNAPSE_VERSION:-"v1.121.1"} \
PROVIDER_LDAP_VERSION=${PROVIDER_LDAP_VERSION:-"v0.3.0"} \
PROVIDER_REST_VERSION=${PROVIDER_REST_VERSION:-"v0.1.4"} \
PROVIDER_S3_VERSION=${PROVIDER_S3_VERSION:-"v1.4.0"} \
Expand Down

0 comments on commit 088cae6

Please sign in to comment.