Skip to content

Commit

Permalink
Merge pull request #2141 from vmware-tanzu/dependabot/docker/dockerfi…
Browse files Browse the repository at this point in the history
…les/eks-deployer/ci/amazon/aws-cli-2.22.4

Bump amazon/aws-cli from 2.22.2 to 2.22.4 in /dockerfiles/eks-deployer
  • Loading branch information
cfryanr authored Nov 25, 2024
2 parents 2d62a03 + d376fd3 commit b090413
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.2
FROM amazon/aws-cli:2.22.4
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 b090413

Please sign in to comment.