diff --git a/Dockerfile b/Dockerfile index d7eeb57..a55d1a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7 +FROM python:3.13.1 RUN echo "deb https://deb.debian.org/debian/ stable main" > /etc/apt/sources.list RUN apt-get update -y \ && apt-get install -y build-essential python3-openstackclient vim\