From 44f534ddd9b7aba761375818fc8ecc28035c2ef1 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:26:06 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 (network-utils/dockerfile) --- network-utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-utils/Dockerfile b/network-utils/Dockerfile index 0ebd5953..9305ba7c 100644 --- a/network-utils/Dockerfile +++ b/network-utils/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13-slim ENV BUILD_PACKAGES='build-essential autoconf automake libtool' ENV ESSTENTIAL_PACKAGES='python3-tk jq git bash curl wget unzip'