From 263395c04caee672d9368df4dba871b15c6efebc Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 10 Jun 2024 10:08:55 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.12.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb69213..70d18a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3 +FROM python:3.12.4 WORKDIR /usr/src/huwawei_lte_exporter