Bump mikefarah/yq from 4.52.4 to 4.52.5 in /dockerfiles/eks-deployer

Bumps mikefarah/yq from 4.52.4 to 4.52.5.

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-version: 4.52.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-26 01:53:24 +00:00
committed by GitHub
parent 9a2140bf27
commit 0eba9380e0

View File

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