diff --git a/Dockerfile b/Dockerfile index ffe00a845..6b780b9f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.13.0a4-slim # Install Make to use make commands inside container RUN apt-get update