From 315298e771ae7c580336e99648d4654398891777 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 18:45:10 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20daed9..c726df6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################### # Build AWS Cli ############################################################################### -FROM python:3.11-alpine AS build +FROM python:3.14-alpine AS build # renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?.*)$ ARG AWS_CLI_VERSION=2.32.28