diff --git a/Dockerfile_base b/Dockerfile_base index 3c7cc0e..54eec3b 100644 --- a/Dockerfile_base +++ b/Dockerfile_base @@ -2,7 +2,7 @@ FROM python:3.10 RUN apt-get update && apt-get install -y ffmpeg unrar-free -RUN pip install chocolate_app==10.1.1a0 +RUN pip install chocolate_app==10.1.2a0 EXPOSE 8888