From 9444b89162517c5b12fb3bca8773f13c6957e194 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 2 Nov 2023 04:24:48 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 (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 81e972a53..0ebd59534 100644 --- a/network-utils/Dockerfile +++ b/network-utils/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.12-slim ENV BUILD_PACKAGES='build-essential autoconf automake libtool' ENV ESSTENTIAL_PACKAGES='python3-tk jq git bash curl wget unzip'