diff --git a/Dockerfile b/Dockerfile index 2e5412c..6a1f3bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file + cd .. && rm -rf FFmpeg