Rollback again
All checks were successful
dl / lint (push) Successful in 1m25s
dl / docker (push) Successful in 3m49s

This commit is contained in:
Michel Roux 2024-05-06 19:04:46 +00:00
parent b075f0a8d1
commit 8f83c0d34e

View File

@ -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:6.1-cli-ls121
RUN apt-get update && \
apt-get install -y \