From b075f0a8d1b4d44d51aabb8f18c6c17ccdefef81 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 6 May 2024 18:48:31 +0000 Subject: [PATCH] Rollback to old ffmpeg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7e56a7..700c337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.22.2 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build -FROM linuxserver/ffmpeg:7.0-cli-ls135 +FROM linuxserver/ffmpeg:6.1.1-cli-ls129 RUN apt-get update && \ apt-get install -y \