Skip to content

Commit

Permalink
Bumped runpodctl to version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Feb 14, 2024
1 parent 7c49aa5 commit db091bf
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 @@ -96,7 +96,7 @@ RUN source /venv/bin/activate && \
RUN curl https://rclone.org/install.sh | bash

# Install runpodctl
RUN wget https://github.com/runpod/runpodctl/releases/download/v1.10.0/runpodctl-linux-amd -O runpodctl && \
RUN wget https://github.com/runpod/runpodctl/releases/download/v1.13.0/runpodctl-linux-amd64 -O runpodctl && \
chmod a+x runpodctl && \
mv runpodctl /usr/local/bin

Expand Down

0 comments on commit db091bf

Please sign in to comment.