diff --git a/Dockerfile b/Dockerfile index 7bef0db..21fa5ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4 +FROM python:3.12.5 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\