Bump amazon/aws-cli from 2.19.1 to 2.19.2 in /dockerfiles/eks-deployer

Bumps amazon/aws-cli from 2.19.1 to 2.19.2.

---
updated-dependencies:
- dependency-name: amazon/aws-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-07 02:07:09 +00:00
committed by GitHub
parent 914efc79d1
commit 5a3048745f

View File

@@ -5,7 +5,7 @@
FROM weaveworks/eksctl:v0.193.0 AS eksctl
FROM mikefarah/yq:4.44.3 AS yq
FROM amazon/aws-cli:2.19.1
FROM amazon/aws-cli:2.19.2
RUN yum update -y && yum install -y jq && yum install -y perl-Digest-SHA && yum clean all
COPY --from=eksctl /usr/local/bin /usr/local/bin
COPY --from=yq /usr/bin/yq /usr/local/bin/yq