push to v1.72.0
This commit is contained in:
parent
f8d3f8b73b
commit
dd2f5eebed
@ -1,6 +1,6 @@
|
|||||||
FROM docker.io/alpine:3.16 AS builder
|
FROM docker.io/alpine:3.17 AS builder
|
||||||
|
|
||||||
ENV VERSION=v1.71.0
|
ENV VERSION=v1.72.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.16
|
FROM docker.io/thallian/confd-env:3.17
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user