From fc375a9785ea3a6977c199fd306163a58f3ef475 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 21 Oct 2024 20:03:00 +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 b4f0212ff..8826ba042 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,8 +1,8 @@ -ARG AWSCLI_VERSION=2.18.10 +ARG AWSCLI_VERSION=2.18.11 FROM amazon/aws-cli:${AWSCLI_VERSION} -ARG AWSCLI_VERSION=2.18.10 +ARG AWSCLI_VERSION=2.18.11 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 b248ae081..9af2fc4a8 100644 --- a/aws/variant.lock +++ b/aws/variant.lock @@ -1,7 +1,7 @@ dependencies: awscli: - version: 2.18.10 - previousVersion: 2.18.9 + version: 2.18.11 + previousVersion: 2.18.10 versions: - 2.7.17 - 2.7.18 @@ -280,3 +280,4 @@ dependencies: - 2.18.8 - 2.18.9 - 2.18.10 + - 2.18.11