From c1e59b8b63800dde58dd2584da880296ce4d66f6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 27 May 2024 13:21:42 +0200 Subject: [PATCH] push to f6cb26f7 --- Containerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index dab8f1c..1b6abae 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 --no-cache add \ sed \ @@ -31,17 +31,17 @@ RUN apk --no-cache add \ py3-yarl \ py3-mako -ENV VERSION=43d17a335b1dd45fc81f3bed8ad6a7ee9f7a708f +ENV VERSION=f6cb26f7f53089488e085b45add5303fa283dc3e RUN git clone https://github.com/mautrix/telegram.git WORKDIR /telegram RUN git checkout "$VERSION" RUN pip3 install --prefix=/install --upgrade -r requirements.txt RUN pip3 install --prefix=/install --upgrade -r optional-requirements.txt -RUN cp -r mautrix_telegram /install/lib/python3.11/site-packages/ +RUN cp -r mautrix_telegram /install/lib/python3.12/site-packages/ -FROM docker.io/thallian/confd-env:3.19-3.1.6.2 +FROM docker.io/thallian/confd-env:3.20-3.1.6.2 ENV FFMPEG_BINARY=/usr/bin/ffmpeg @@ -79,7 +79,7 @@ RUN apk --no-cache add \ py3-mako \ py3-setuptools -ENV PYTHONPATH=/usr/lib/python3.11/site-packages:/py-pkgs/lib/python3.11/site-packages/ +ENV PYTHONPATH=/usr/lib/python3.12/site-packages:/py-pkgs/lib/python3.12/site-packages/ WORKDIR /var/lib/matrix-bridge