From d6197334021ed3a0d5be1c85cd17b1e5a345ecd7 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 6 May 2024 19:50:42 +0000 Subject: [PATCH] Last rollback possible --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6b4b25..7e842af 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:6.1-cli-ls121 +FROM linuxserver/ffmpeg: 6.0-cli-ls104 RUN apt-get update && \ apt-get install -y \