diff --git a/dockerfiles/eks-deployer/Dockerfile b/dockerfiles/eks-deployer/Dockerfile index 16fc22f25..2b5400845 100644 --- a/dockerfiles/eks-deployer/Dockerfile +++ b/dockerfiles/eks-deployer/Dockerfile @@ -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