push to 1.104.0
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 12m17s Details

This commit is contained in:
Sebastian Hugentobler 2024-04-13 19:03:55 +02:00
parent bbae3ba73e
commit 6c75747f79
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
poetry \
git
ENV VERSION=v1.103.0
ENV VERSION=v1.104.0
RUN git clone https://github.com/element-hq/synapse.git
WORKDIR /synapse
RUN git checkout $VERSION