Skip to content

Commit

Permalink
Release 0.8.50 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 29, 2024
1 parent c4c0bb3 commit 2c8e8db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.8.50 2024-10-29 <dave at tiredofit dot ca>

### Added
- tireodfit/alpine:7.10.17
- Synapse 0.118.0


## 0.8.49 2024-10-15 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRO=alpine
ARG DISTRO_VARIANT=3.20-7.10.4
ARG DISTRO_VARIANT=3.20-7.10.17

FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
Expand All @@ -10,7 +10,7 @@ ARG PROVIDER_REST_VERSION
ARG PROVIDER_S3_VERSION
ARG PROVIDER_SHARED_SECRET_VERSION

ENV SYNAPSE_VERSION=${SYNAPSE_VERSION:-"v1.117.0"} \
ENV SYNAPSE_VERSION=${SYNAPSE_VERSION:-"v1.118.0"} \
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 2c8e8db

Please sign in to comment.