diff --git a/Dockerfile b/Dockerfile index 2e7360d..a6b1d0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:24.10 RUN apt-get update -y && \ apt-get install -y python3 python3-pip python3-dev build-essential