From 9a1bba5af18b91b842d8c28194c725815c9980b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 05:09:43 +0000 Subject: [PATCH] Bump amazon/aws-cli Bumps amazon/aws-cli from 2.17.0 to 2.17.55. --- updated-dependencies: - dependency-name: amazon/aws-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{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 80c9a5cc98..ee4c44bcc9 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.17.0 +FROM docker.io/amazon/aws-cli:2.17.55 # Clear entrypoint from the base image, otherwise it's always calling the aws CLI ENTRYPOINT []