Actualiser Dockerfile
dl / lint (push) Successful in 1m18s Details
dl / docker (push) Successful in 2m32s Details

This commit is contained in:
Michel Roux 2024-03-22 08:20:26 +00:00
parent 6fed3a5641
commit 47c9bd6274
1 changed files with 1 additions and 1 deletions

View File

@ -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-ls127
FROM linuxserver/ffmpeg:6.1.1-cli-ls128
RUN apt-get update && \
apt-get install -y \