mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 05:27:23 +00:00
Bump amazon/aws-cli from 2.32.16 to 2.32.17 in /dockerfiles/eks-deployer
Bumps amazon/aws-cli from 2.32.16 to 2.32.17. --- updated-dependencies: - dependency-name: amazon/aws-cli dependency-version: 2.32.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
FROM weaveworks/eksctl:v0.220.0 AS eksctl
|
FROM weaveworks/eksctl:v0.220.0 AS eksctl
|
||||||
FROM mikefarah/yq:4.50.1 AS yq
|
FROM mikefarah/yq:4.50.1 AS yq
|
||||||
FROM amazon/aws-cli:2.32.16
|
FROM amazon/aws-cli:2.32.17
|
||||||
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