From 4062034164625cd45ae3f59f55e2b26f8df2d8bc Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 8 Oct 2024 01:09:25 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.13.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 383b69d..55c8671 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6 +FROM python:3.13.0 WORKDIR /usr/src/huwawei_lte_exporter