diff --git a/1.29/Dockerfile b/1.29/Dockerfile index 80072c7489af2a2f0c80b5da7e7834f962241f89..94ff9d6dc96437939264201cbc3ddc894106d933 100644 --- a/1.29/Dockerfile +++ b/1.29/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk update -RUN apk add --no-cache curl wget +RUN apk add --no-cache bash curl wget RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.29.txt)/bin/linux/amd64/kubectl RUN chmod +x ./kubectl diff --git a/1.30/Dockerfile b/1.30/Dockerfile index 526ec6822a2e74ac620aef2e50b5e502a61be6f6..77f0f239e52e5a47cc198281c7fb5cd5ac08f7ca 100644 --- a/1.30/Dockerfile +++ b/1.30/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk update -RUN apk add --no-cache curl wget +RUN apk add --no-cache bash curl wget RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.30.txt)/bin/linux/amd64/kubectl RUN chmod +x ./kubectl