From e2dcbc186fe1e5f281a4df632b475aaa4d96303a Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 12 Apr 2024 15:50:59 +0000 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a88b35..cf7bbf5 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-ls131 +FROM linuxserver/ffmpeg:7.0-cli-ls132 RUN apt-get update && \ apt-get install -y \