From e869a2aa5715a72d179ab3bacb506642c36df5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:07:02 +0000 Subject: [PATCH] Bump python from 3.13-alpine to 3.14-alpine in /cfn-lint Bumps python from 3.13-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cfn-lint/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfn-lint/Dockerfile b/cfn-lint/Dockerfile index bedd8cb..dfbaefc 100644 --- a/cfn-lint/Dockerfile +++ b/cfn-lint/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-alpine +FROM python:3.14-alpine ARG lint_version=v1.42.1