From 4434e7563a8cb6f93bf4fe8f586b27f613d78c0e Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 12 Dec 2024 21:03:04 +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 c7c4056e9..7d5e2b492 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,8 +1,8 @@ -ARG AWSCLI_VERSION=2.22.15 +ARG AWSCLI_VERSION=2.22.16 FROM amazon/aws-cli:${AWSCLI_VERSION} -ARG AWSCLI_VERSION=2.22.15 +ARG AWSCLI_VERSION=2.22.16 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 9d0eb4638..1fdf2fe56 100644 --- a/aws/variant.lock +++ b/aws/variant.lock @@ -1,7 +1,7 @@ dependencies: awscli: - version: 2.22.15 - previousVersion: 2.22.14 + version: 2.22.16 + previousVersion: 2.22.15 versions: - 2.7.17 - 2.7.18 @@ -315,3 +315,4 @@ dependencies: - 2.22.13 - 2.22.14 - 2.22.15 + - 2.22.16