mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-19 14:34:27 +00:00
Merge pull request #2705 from vmware/dependabot/docker/dockerfiles/eks-deployer/ci/amazon/aws-cli-2.31.27
Bump amazon/aws-cli from 2.31.24 to 2.31.27 in /dockerfiles/eks-deployer
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
FROM weaveworks/eksctl:v0.215.0 AS eksctl
|
FROM weaveworks/eksctl:v0.215.0 AS eksctl
|
||||||
FROM mikefarah/yq:4.48.1 AS yq
|
FROM mikefarah/yq:4.48.1 AS yq
|
||||||
FROM amazon/aws-cli:2.31.24
|
FROM amazon/aws-cli:2.31.27
|
||||||
RUN yum update -y && yum install -y jq perl-Digest-SHA openssl && yum clean all
|
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=eksctl eksctl /usr/local/bin/eksctl
|
||||||
COPY --from=yq /usr/bin/yq /usr/local/bin/yq
|
COPY --from=yq /usr/bin/yq /usr/local/bin/yq
|
||||||
|
|||||||
Reference in New Issue
Block a user