From 6992ee9e8813fe1da3f09825674ae3c7e23c57bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:01:23 +0100 Subject: [PATCH] Bump amazon/aws-cli from 2.30.1 to 2.31.0 (#6075) 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 9c808bd55..3ea8e255d 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.30.1 +FROM docker.io/amazon/aws-cli:2.31.0 # Clear entrypoint from the base image, otherwise it's always calling the aws CLI ENTRYPOINT []