From 02cb9db43e9dcfea6958aa22c1bfd0331a77efb3 Mon Sep 17 00:00:00 2001 From: Jonathan Jara Date: Fri, 18 Apr 2025 15:24:42 -0700 Subject: [PATCH] fix? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e9d18a..ae074ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.2-alpine +FROM python:3.12.10-alpine RUN apk add ffmpeg WORKDIR /usr/src/app