push to 59ab7be28353b99f41eb18c3baee14355257ae16

This commit is contained in:
Sebastian Hugentobler 2023-04-06 11:11:56 +02:00
parent 77b274973e
commit f0bd0e452b
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,6 @@
FROM docker.io/alpine:3.17 as builder
ENV VERSION=24b33845707689b735292464f5d6235737a7df21
ENV VERSION=59ab7be28353b99f41eb18c3baee14355257ae16
RUN apk --no-cache add \
sed \
@ -46,7 +46,7 @@ RUN pip3 install --prefix=/install --upgrade -r optional-requirements.txt
RUN cp -r mautrix_telegram /install/lib/python3.10/site-packages/
FROM docker.io/thallian/confd-env:3.17
FROM docker.io/thallian/confd-env:3.17-3.1.3.0
ENV FFMPEG_BINARY=/usr/bin/ffmpeg