Merge pull request #2509 from vmware/dependabot/docker/dockerfiles/eks-deployer/ci/mikefarah/yq-4.47.1

Bump mikefarah/yq from 4.45.4 to 4.47.1 in /dockerfiles/eks-deployer
This commit is contained in:
Joshua Casey
2025-07-24 08:18:30 -05:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
# For deploying an EKS cluster and setting it up to run our tests.
FROM weaveworks/eksctl:v0.211.0 AS eksctl
FROM mikefarah/yq:4.45.4 AS yq
FROM mikefarah/yq:4.47.1 AS yq
FROM amazon/aws-cli:2.27.58
RUN yum update -y && yum install -y jq && yum install -y perl-Digest-SHA && yum clean all
COPY --from=eksctl eksctl /usr/local/bin/eksctl