From f0bd0e452b4a009bb0ff96a0a391ce65b7ca3a47 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 6 Apr 2023 11:11:56 +0200 Subject: [PATCH] push to 59ab7be28353b99f41eb18c3baee14355257ae16 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a0963d..601a4e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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