From 44e4103c22bd16b9bda025b1ce32045010e54d0f Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 31 May 2024 10:19:36 +0200 Subject: [PATCH] push to 1.108.0 --- Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index fd7bac7..aea5fc1 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.19 AS builder +FROM docker.io/alpine:3.20 AS builder RUN apk add --no-cache \ alpine-sdk \ @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.105.1 +ENV VERSION=v1.108.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse 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]; -FROM docker.io/thallian/confd-env:3.19-3.1.6.2 +FROM docker.io/thallian/confd-env:3.20-3.1.6.2 RUN addgroup -g 2222 matrix-synapse RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synapse