Skip to content

Commit

Permalink
Updated kubectl version for the init image (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored Mar 13, 2023
1 parent 4e5108c commit 68b50dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.init
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /upgrade
COPY scripts/upgrade ./
RUN microdnf update -y && \
microdnf install -y shadow-utils wget && \
wget -v https://dl.k8s.io/release/v1.25.6/bin/linux/amd64/kubectl && \
wget -v https://dl.k8s.io/release/v1.25.7/bin/linux/amd64/kubectl && \
microdnf -y remove shadow-utils wget libmetalink expat libsemanage && \
microdnf clean all && \
chmod +x ./kubectl && \
Expand Down

0 comments on commit 68b50dd

Please sign in to comment.