push to 1.105.1
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h9m12s

This commit is contained in:
Sebastian Hugentobler 2024-04-23 19:10:58 +02:00
parent 6e929b2d16
commit 92139571e8
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -10,16 +10,18 @@ RUN apk add --no-cache \
zlib-dev \
jpeg-dev \
rust \
cargo \
poetry \
git
ENV VERSION=v1.105.0
ENV VERSION=v1.105.1
RUN git clone https://github.com/element-hq/synapse.git
WORKDIR /synapse
RUN git checkout $VERSION
RUN poetry export -o /synapse/requirements.txt
RUN pip3 install --target="/install" -r /synapse/requirements.txt
RUN pip3 install --target="/install" --no-deps --no-warn-script-location /synapse[all];
FROM docker.io/thallian/confd-env:3.19-3.1.6.2