From d5454410534f6295b643d6ac5b84772a026ee1f7 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 18 Mar 2026 20:09:10 +0000 Subject: [PATCH] Automated update --- aws/Dockerfile | 4 ++-- aws/variant.lock | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/aws/Dockerfile b/aws/Dockerfile index 7697d6042..205b83766 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,8 +1,8 @@ -ARG AWSCLI_VERSION=2.34.11 +ARG AWSCLI_VERSION=2.34.12 FROM amazon/aws-cli:${AWSCLI_VERSION} -ARG AWSCLI_VERSION=2.34.11 +ARG AWSCLI_VERSION=2.34.12 LABEL version="${AWSCLI_VERSION}" LABEL maintainer="ozaki@chatwork.com" LABEL maintainer="sakamoto@chatwork.com" diff --git a/aws/variant.lock b/aws/variant.lock index f7b5cc6c0..3a9ec1c13 100644 --- a/aws/variant.lock +++ b/aws/variant.lock @@ -1,7 +1,7 @@ dependencies: awscli: - version: 2.34.11 - previousVersion: 2.34.10 + version: 2.34.12 + previousVersion: 2.34.11 versions: - 2.7.17 - 2.7.18 @@ -603,3 +603,4 @@ dependencies: - 2.34.9 - 2.34.10 - 2.34.11 + - 2.34.12