From 9aa50c964673786b096a8011a6b6ba7a29251eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:07:18 +0000 Subject: [PATCH] Bump python from 3.12.7-slim-bullseye to 3.13.1-slim-bullseye in /aws Bumps python from 3.12.7-slim-bullseye to 3.13.1-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- aws/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/Dockerfile b/aws/Dockerfile index 9322f3c..5d5f525 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bullseye as base +FROM python:3.13.1-slim-bullseye as base LABEL maintainer="Frank Pavageau " ARG HELM_DIFF_VERSION