Skip to content

Commit

Permalink
Using the same kubectl version as the kubernetes version
Browse files Browse the repository at this point in the history
Trying to stay as compatible as possible, to avoid any issues
  • Loading branch information
dotemacs committed Jul 29, 2024
1 parent c3c1255 commit 3f7aa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:3.2.3-alpine3.19
RUN apk add build-base bash libcurl sqlite sqlite-dev sqlite-libs tzdata
RUN apk add --no-cache gcompat

ADD https://storage.googleapis.com/kubernetes-release/release/v1.18.2/bin/linux/amd64/kubectl /usr/local/bin/kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v1.30.0/bin/linux/amd64/kubectl /usr/local/bin/kubectl

ENV HOME=/config

Expand Down

0 comments on commit 3f7aa84

Please sign in to comment.