Update Dockerfile

This commit is contained in:
Cédric Verstraeten
2025-11-03 05:02:19 +01:00
committed by GitHub
parent 86bc754a07
commit abc50141b7
+2 -2
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.5-bullseye
FROM golang:1.24.9-bookworm
LABEL AUTHOR=uug.ai
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget build-essential \
@@ -30,4 +30,4 @@ RUN git clone https://github.com/FFmpeg/FFmpeg && \
--enable-static --disable-shared && \
make && \
make install && \
cd .. && rm -rf FFmpeg
cd .. && rm -rf FFmpeg