tecuts commited on
Commit
d807bb3
·
verified ·
1 Parent(s): 35125a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
4
  FROM python:3.11
5
  # Install FFmpeg
6
  # Install dependencies for downloading FFmpeg
7
- RUN apt-get update && apt-get install -y ffmpeg=4.2.4-1
8
 
9
  RUN useradd -m -u 1000 user
10
  USER user
 
4
  FROM python:3.11
5
  # Install FFmpeg
6
  # Install dependencies for downloading FFmpeg
7
+ RUN apt-get update && apt-get install -y ffmpeg=7.1-1
8
 
9
  RUN useradd -m -u 1000 user
10
  USER user