We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3acf2a + adc49e0 commit 882d665Copy full SHA for 882d665
2 files changed
aws/Dockerfile
@@ -1,8 +1,8 @@
1
-ARG AWSCLI_VERSION=2.33.8
+ARG AWSCLI_VERSION=2.33.9
2
3
FROM amazon/aws-cli:${AWSCLI_VERSION}
4
5
6
LABEL version="${AWSCLI_VERSION}"
7
LABEL maintainer="ozaki@chatwork.com"
8
LABEL maintainer="sakamoto@chatwork.com"
aws/variant.lock
@@ -1,7 +1,7 @@
dependencies:
awscli:
- version: 2.33.8
- previousVersion: 2.33.3
+ version: 2.33.9
+ previousVersion: 2.33.8
versions:
- 2.7.17
- 2.7.18
@@ -568,3 +568,4 @@ dependencies:
568
- 2.33.2
569
- 2.33.3
570
- 2.33.8
571
+ - 2.33.9
0 commit comments