diff --git a/geti-pipeline/Dockerfile b/geti-pipeline/Dockerfile index 17b0b78..80a0fd6 100644 --- a/geti-pipeline/Dockerfile +++ b/geti-pipeline/Dockerfile @@ -4,7 +4,7 @@ ######################################################################## FROM python:3.9-bullseye -RUN apt-get update && apt-get install --no-install-recommends ffmpeg=7:4.3.7-0+deb11u1 libsm6=2:1.2.3-1 libxext6=2:1.3.3-1.1 -y \ +RUN apt-get update && apt-get install --no-install-recommends ffmpeg=7:4.3.8-0+deb11u1 libsm6=2:1.2.3-1 libxext6=2:1.3.3-1.1 -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* COPY . . @@ -12,4 +12,4 @@ WORKDIR /example_code RUN python -m pip install --no-cache-dir -r requirements.txt ENV PYTHONUNBUFFERED=1 EXPOSE 8080 -CMD ["python", "demo.py"] \ No newline at end of file +CMD ["python", "demo.py"]