From ed71df2dcf615331d9df45129d4e36b70788f0c8 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 3 May 2024 16:32:49 +0000 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c023566..d7e56a7 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-ls134 +FROM linuxserver/ffmpeg:7.0-cli-ls135 RUN apt-get update && \ apt-get install -y \