From ea047ddca816461b5216493970016fef414415a8 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sat, 11 Jan 2025 04:20:24 +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'