From 0eb87a239e8287f6b883a088b5f831d43d9436c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:59:03 +0100 Subject: [PATCH] Bump amazon/aws-cli image from 2.28.0 to 2.29.0 (#6031) --- {{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 6cba899a2..fa479637f 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.28.0 +FROM docker.io/amazon/aws-cli:2.29.0 # Clear entrypoint from the base image, otherwise it's always calling the aws CLI ENTRYPOINT []