⬆️(summary) update alpine base image

Update alpine docker base image to 3.24.
Maintenance routine task
This commit is contained in:
Florent Chehab
2026-07-03 12:08:36 +02:00
committed by aleb_the_flash
parent ebfcb42a7d
commit f115c83752
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13-alpine3.23 AS base
FROM python:3.13-alpine3.24 AS base
# Install ffmpeg for audio/video processing (format conversion, extraction, compression)