Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAbuTalib authored Aug 22, 2024
1 parent 46b5cc1 commit b2524a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pip3 install \
pyOpenSSL \
pyyaml

RUN for full_version in 1.29.6 1.29.7; \
RUN for full_version in 1.29.6 1.30.3; \
do \
version=${full_version%.*} \
&& mkdir -p /opt/kubectl/$version \
Expand Down

0 comments on commit b2524a4

Please sign in to comment.