From f9edf2fde93a2eab58c5393d64cdd48a9c6641b3 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 2 Aug 2024 23:02:57 +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 4acbe6350..1364bc6fe 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,8 +1,8 @@ -ARG AWSCLI_VERSION=2.17.21 +ARG AWSCLI_VERSION=2.17.22 FROM amazon/aws-cli:${AWSCLI_VERSION} -ARG AWSCLI_VERSION=2.17.21 +ARG AWSCLI_VERSION=2.17.22 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 416f9183f..7cca0ffc6 100644 --- a/aws/variant.lock +++ b/aws/variant.lock @@ -1,7 +1,7 @@ dependencies: awscli: - version: 2.17.21 - previousVersion: 2.17.20 + version: 2.17.22 + previousVersion: 2.17.21 versions: - 2.7.17 - 2.7.18 @@ -225,3 +225,4 @@ dependencies: - 2.17.19 - 2.17.20 - 2.17.21 + - 2.17.22