Update Dockerfile

This commit is contained in:
jb-alvarado 2024-05-05 21:31:02 +02:00 committed by GitHub
parent 50db166898
commit bcd2f418f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
FROM base
ARG FFPLAYOUT_VERSION=0.21.3
ARG FFPLAYOUT_VERSION=0.22.0
COPY README.md *.rpm /tmp/
RUN dnf update -y && \