From 54e0ccec0cb9dff6f9d6d261639800fc41987012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 07:32:55 +0000 Subject: [PATCH] Bump amazon/aws-cli from 2.22.1 to 2.23.0 (#5645) --- {{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 b63e486fb3..9c66f69c2f 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.22.1 +FROM docker.io/amazon/aws-cli:2.23.0 # Clear entrypoint from the base image, otherwise it's always calling the aws CLI ENTRYPOINT []