Actualiser Dockerfile

This commit is contained in:
Michel Roux 2024-04-08 16:57:43 +00:00
parent 90b0545959
commit 5ce7804884

@ -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.1-cli-ls129
FROM linuxserver/ffmpeg:7.0-cli-ls130
RUN apt-get update && \
apt-get install -y \