push to 1.77.0
This commit is contained in:
parent
780ec1e5a8
commit
c55e25bfc3
@ -1,6 +1,6 @@
|
||||
FROM docker.io/alpine:3.17 AS builder
|
||||
|
||||
ENV VERSION=v1.76.0
|
||||
ENV VERSION=v1.77.0
|
||||
|
||||
RUN apk add --no-cache \
|
||||
alpine-sdk \
|
||||
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
||||
|
||||
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 adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synapse
|
||||
|
Loading…
Reference in New Issue
Block a user