From 0d9e59df9161a0d4a5468e540449c917c61c3873 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:57:44 +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 9fc4601..707c7f3 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.33.2