diff --git a/Dockerfile b/Dockerfile index fa9209129..4755a672e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This is a sample Dockerfile you can modify to deploy your own app based on face_recognition -FROM python:3.10.3-slim-bullseye +FROM python:3.13.4-slim-bullseye RUN apt-get -y update RUN apt-get install -y --fix-missing \