Bump mikefarah/yq from 4.44.3 to 4.44.5 in /dockerfiles/eks-deployer

Bumps mikefarah/yq from 4.44.3 to 4.44.5.

---
updated-dependencies:
- dependency-name: mikefarah/yq
  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]
2024-11-18 02:48:13 +00:00
committed by GitHub
parent f1e3ba9eca
commit 33c2cdc9d9

View File

@@ -4,7 +4,7 @@
# For deploying an EKS cluster and setting it up to run our tests.
FROM weaveworks/eksctl:v0.193.0 AS eksctl
FROM mikefarah/yq:4.44.3 AS yq
FROM mikefarah/yq:4.44.5 AS yq
FROM amazon/aws-cli:2.21.3
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