Skip to content

Commit

Permalink
Bump amazon/aws-cli from 2.22.4 to 2.22.5 in /dockerfiles/eks-deployer
Browse files Browse the repository at this point in the history
Bumps amazon/aws-cli from 2.22.4 to 2.22.5.

---
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>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent b090413 commit 434b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/eks-deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM weaveworks/eksctl:v0.193.0 AS eksctl
FROM mikefarah/yq:4.44.5 AS yq
FROM amazon/aws-cli:2.22.4
FROM amazon/aws-cli:2.22.5
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
Expand Down

0 comments on commit 434b1e2

Please sign in to comment.