From fd846806d5804f47149ae74d7bee912caed9c0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 21:26:24 +0000 Subject: [PATCH] Bump amazon/aws-cli in /cincoctrl/compose/production/aws Bumps amazon/aws-cli from 2.34.6 to 2.34.55. --- updated-dependencies: - dependency-name: amazon/aws-cli dependency-version: 2.34.55 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cincoctrl/compose/production/aws/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cincoctrl/compose/production/aws/Dockerfile b/cincoctrl/compose/production/aws/Dockerfile index 1cf6b0c0..c8e2ad55 100644 --- a/cincoctrl/compose/production/aws/Dockerfile +++ b/cincoctrl/compose/production/aws/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/amazon/aws-cli:2.34.6 +FROM docker.io/amazon/aws-cli:2.34.55 # Clear entrypoint from the base image, otherwise it's always calling the aws CLI ENTRYPOINT []