push to 1.77.0

This commit is contained in:
Sebastian Hugentobler 2023-02-16 21:09:07 +01:00
parent 780ec1e5a8
commit c55e25bfc3
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,6 @@
FROM docker.io/alpine:3.17 AS builder FROM docker.io/alpine:3.17 AS builder
ENV VERSION=v1.76.0 ENV VERSION=v1.77.0
RUN apk add --no-cache \ RUN apk add --no-cache \
alpine-sdk \ alpine-sdk \
@ -15,7 +15,7 @@ RUN apk add --no-cache \
RUN pip3 install --target="/install" matrix-synapse==$VERSION RUN pip3 install --target="/install" matrix-synapse==$VERSION
FROM docker.io/thallian/confd-env:3.17 FROM docker.io/thallian/confd-env:3.17-3.1.3.0
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