Actualiser Dockerfile
dl / lint (push) Successful in 1m16s Details
dl / docker (push) Successful in 3m11s Details

This commit is contained in:
Michel Roux 2024-04-26 14:24:28 +00:00
parent a0ec85d04e
commit a1eda2f4b5
1 changed files with 1 additions and 1 deletions

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:7.0-cli-ls133
FROM linuxserver/ffmpeg:7.0-cli-ls134
RUN apt-get update && \
apt-get install -y \