From ec1994171e868af124786fac05d874ddcd415530 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 6 Nov 2024 21:02:55 +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 dc924cbe7..91425a721 100644 --- a/aws/Dockerfile +++ b/aws/Dockerfile @@ -1,8 +1,8 @@ -ARG AWSCLI_VERSION=2.19.1 +ARG AWSCLI_VERSION=2.19.2 FROM amazon/aws-cli:${AWSCLI_VERSION} -ARG AWSCLI_VERSION=2.19.1 +ARG AWSCLI_VERSION=2.19.2 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 a4500a087..e84fcc372 100644 --- a/aws/variant.lock +++ b/aws/variant.lock @@ -1,7 +1,7 @@ dependencies: awscli: - version: 2.19.1 - previousVersion: 2.19.0 + version: 2.19.2 + previousVersion: 2.19.1 versions: - 2.7.17 - 2.7.18 @@ -290,3 +290,4 @@ dependencies: - 2.18.18 - 2.19.0 - 2.19.1 + - 2.19.2