thejagstudio commited on
Commit
ce99b7d
·
verified ·
1 Parent(s): c01e670

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9
2
 
3
  WORKDIR /code
4
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
 
1
+ FROM python:3.11
2
 
3
  WORKDIR /code
4
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y