mirror of
https://github.com/kerberos-io/base.git
synced 2026-04-22 15:27:03 +08:00
Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
86bc754a07
commit
abc50141b7
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user