diff --git a/Dockerfile b/Dockerfile index 3bdd8c3..d65ff67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.22.1 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build -FROM linuxserver/ffmpeg:6.1.1-cli-ls127 +FROM linuxserver/ffmpeg:6.1.1-cli-ls128 RUN apt-get update && \ apt-get install -y \