From 682fc6ea77f4c7aa875090c56430985863178926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:30:24 +0100 Subject: [PATCH] Bump amazon/aws-cli Docker image from 2.29.0 to 2.30.0 (#6054) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- {{cookiecutter.project_slug}}/compose/production/aws/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/compose/production/aws/Dockerfile b/{{cookiecutter.project_slug}}/compose/production/aws/Dockerfile index fa479637f..6f2fde7c7 100644 --- a/{{cookiecutter.project_slug}}/compose/production/aws/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/production/aws/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/amazon/aws-cli:2.29.0 +FROM docker.io/amazon/aws-cli:2.30.0 # Clear entrypoint from the base image, otherwise it's always calling the aws CLI ENTRYPOINT []