mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 05:57:02 +00:00
Bump amazon/aws-cli from 2.19.4 to 2.19.5 in /dockerfiles/eks-deployer
Bumps amazon/aws-cli from 2.19.4 to 2.19.5. --- updated-dependencies: - dependency-name: amazon/aws-cli 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.193.0 AS eksctl
|
||||
FROM mikefarah/yq:4.44.3 AS yq
|
||||
FROM amazon/aws-cli:2.19.4
|
||||
FROM amazon/aws-cli:2.19.5
|
||||
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
|
||||
COPY --from=yq /usr/bin/yq /usr/local/bin/yq
|
||||
|
||||
Reference in New Issue
Block a user