From 6c532ec13144c8a89bba10e512a32d91800b9a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:54:37 +0000 Subject: [PATCH] feat(Dependencies): Update python Docker tag to v3.13.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.7 | 3.13.0 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7eeb57..47cb628 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7 +FROM python:3.13.0 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\