push to 1.121.1
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m36s

This commit is contained in:
Sebastian Hugentobler 2024-12-12 10:26:31 +01:00
parent 963a7039ea
commit b75bd77fac
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.20 AS builder FROM docker.io/alpine:3.21 AS builder
RUN apk add --no-cache \ RUN apk add --no-cache \
alpine-sdk \ alpine-sdk \
@ -14,7 +14,7 @@ RUN apk add --no-cache \
poetry \ poetry \
git git
ENV VERSION=v1.120.0 ENV VERSION=v1.121.1
RUN git clone https://github.com/element-hq/synapse.git RUN git clone https://github.com/element-hq/synapse.git
WORKDIR /synapse WORKDIR /synapse
RUN git checkout $VERSION RUN git checkout $VERSION
@ -24,7 +24,7 @@ RUN pip3 install --target="/install" -r /synapse/requirements.txt
RUN pip3 install --target="/install" --no-deps --no-warn-script-location /synapse[all]; RUN pip3 install --target="/install" --no-deps --no-warn-script-location /synapse[all];
FROM docker.io/thallian/confd-env:3.20-3.1.6.2 FROM docker.io/thallian/confd-env:3.21-3.2.0.2
RUN addgroup -g 2222 matrix-synapse RUN addgroup -g 2222 matrix-synapse
RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synapse RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synapse