Skip to content

Commit

Permalink
Update lachlanevenson/k8s-kubectl Docker tag to v1.25.4 (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2023
1 parent e28838a commit 2f56c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY manager/requirements.txt requirements.txt

RUN pip --trusted-host files.pythonhosted.org --trusted-host pypi.org --trusted-host pypi.python.org install -r requirements.txt
# Install kubectl from Docker Hub.
COPY --from=lachlanevenson/k8s-kubectl:v1.10.3 /usr/local/bin/kubectl /usr/local/bin/kubectl
COPY --from=lachlanevenson/k8s-kubectl:v1.25.4 /usr/local/bin/kubectl /usr/local/bin/kubectl
# Install helm
#RUN apk upgrade && apk add curl openssl bash --no-cache
RUN apt-get update; apt-get install -y curl
Expand Down

0 comments on commit 2f56c9e

Please sign in to comment.