Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa committed Dec 6, 2022
1 parent bf4c647 commit d058647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM bitnami/minideb:bullseye as builder
RUN apt-get -y update && apt-get -y install ca-certificates curl jq && \
update-ca-certificates

RUN curl -o /bin/kubectl -L https://dl.k8s.io/release/v1.25.0/bin/linux/amd64/kubectl && chmod 755 /bin/kubectl
RUN curl -o /bin/kubectl -L https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl && chmod 755 /bin/kubectl

#### BASE ####
FROM gcr.io/distroless/static-debian11:nonroot AS base
Expand Down

0 comments on commit d058647

Please sign in to comment.