diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile index 85af5f8f..6b99b3d4 100644 --- a/docker/base/Dockerfile +++ b/docker/base/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN \ apt-get update && \ - apt-get install --no-install-recommends -y python3.8 python3-pip sudo && \ + apt-get install --no-install-recommends -y python3.10 python3-pip sudo && \ rm -rf /var/lib/apt/lists/* && \ pip3 install --no-cache-dir numpy