From dc7e48d5f3412a57cc6723d56cd2aee22407e389 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 8 Mar 2024 08:23:07 +0000 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72b4d01..ce96cf0 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-ls124 +FROM linuxserver/ffmpeg:6.1.1-cli-ls126 RUN apt-get update && \ apt-get install -y \