Bump amazon/aws-cli from 2.31.35 to 2.31.36 in /dockerfiles/eks-deployer

Bumps amazon/aws-cli from 2.31.35 to 2.31.36.

---
updated-dependencies:
- dependency-name: amazon/aws-cli
  dependency-version: 2.31.36
  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-11-14 01:12:53 +00:00
committed by GitHub
parent e31d0f5023
commit d7096d71a1

View File

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