Skip to content

Commit 0054b7b

Browse files
committed
Update eksctl to v0.62.0 and yq to v4.12.0
1 parent 67c01e4 commit 0054b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ RUN apk add --no-cache \
1414
awscli \
1515
&& rm -rf /root/.cache
1616

17-
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -o /usr/local/bin/yq \
17+
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.12.0/yq_linux_amd64 -o /usr/local/bin/yq \
1818
&& chmod +x /usr/local/bin/yq
1919

20-
RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/0.61.0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
20+
RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/0.62.0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
2121

2222
RUN curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \
2323
&& chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
 (0)