From 8cd62cb6b87843ee8aad0235c8fd706962b061d5 Mon Sep 17 00:00:00 2001 From: auto dockerfiles update <> Date: Tue, 3 Feb 2026 00:30:35 +0000 Subject: [PATCH] Update Dockerfiles --- docker/python/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/python/Dockerfile b/docker/python/Dockerfile index 6e6063343b473..ff40a347e2c96 100644 --- a/docker/python/Dockerfile +++ b/docker/python/Dockerfile @@ -2,8 +2,8 @@ # NOTE: THIS DOCKERFILE IS BASED UPON: https://raw.githubusercontent.com/docker-library/python/f1e613f48eb4fc88748b36787f5ed74c14914636/2.7/alpine3.11/Dockerfile # We only change to use the latest Alpine version. -# Last modified: 2025-11-30T00:00:00.000000+00:00 -FROM alpine:3.18 +# Last modified: 2026-02-03T00:30:35.454945+00:00 +FROM alpine:3.23 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH