Skip to content

Commit

Permalink
Merge pull request #2144 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.5

Bump amazon/aws-cli from 2.22.4 to 2.22.5 in /dockerfiles/eks-deployer
  • Loading branch information
cfryanr authored Nov 26, 2024
2 parents b090413 + 434b1e2 commit 45bc187
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 45bc187

Please sign in to comment.