push to 1.85.2

This commit is contained in:
Sebastian Hugentobler 2023-06-09 11:45:38 +02:00
parent 2772f9a939
commit 944b14db8c
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.18 AS builder
ENV VERSION=v1.84.1 ENV VERSION=v1.85.2
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-3.1.3.0 FROM docker.io/thallian/confd-env:3.18-3.1.5.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