From ecbcd763a86504c4c51e8314b47c1d9e65bb8eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:59:04 +0000 Subject: [PATCH] Bump amazon/aws-cli from 2.23.0 to 2.24.0 (#5682) --- {{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 9c66f69c..d87f3c4c 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.23.0 +FROM docker.io/amazon/aws-cli:2.24.0 # Clear entrypoint from the base image, otherwise it's always calling the aws CLI ENTRYPOINT []