From 6fed3a564134c47b1549509de8cb453237d4a2ae Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 18 Mar 2024 07:28:57 +0000 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce96cf0..3bdd8c3 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-ls126 +FROM linuxserver/ffmpeg:6.1.1-cli-ls127 RUN apt-get update && \ apt-get install -y \