Bump amazon/aws-cli from 2.27.15 to 2.27.16 in /dockerfiles/eks-deployer

Bumps amazon/aws-cli from 2.27.15 to 2.27.16.

---
updated-dependencies:
- dependency-name: amazon/aws-cli
  dependency-version: 2.27.16
  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]
2025-05-16 02:01:20 +00:00
committed by GitHub
parent 261ff9e693
commit c70c90dad7

View File

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