pin installed version
ci/woodpecker/pr/ci Pipeline was successful Details

This commit is contained in:
OCram85 2024-04-05 08:11:34 +02:00
parent 9b915ae0ab
commit a053ea7315
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN \
echo "**** install starship prompt ****" && \
curl -sS -o /tmp/install.sh https://starship.rs/install.sh && \
chmod +x /tmp/install.sh && \
/tmp/install.sh -f && \
/tmp/install.sh --verbose --force --version latest && \
rm -f /tmp/install.sh && \
echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc