Skip to content

Commit

Permalink
NO-ISSUE: Update skipper to 1.34.0 (#1832)
Browse files Browse the repository at this point in the history
The more relevant change in the new version of _skipper_ is a fix to
prevent leaking of mount points.

Related: Stratoscale/skipper#155
Related: containers/podman#15671
Signed-off-by: Juan Hernandez <[email protected]>

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand authored Sep 8, 2022
1 parent 7f11942 commit 76de29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function install_packages() {

function install_skipper() {
echo "Installing skipper and adding ~/.local/bin to PATH"
pip3 install strato-skipper==1.32.0 --user
pip3 install strato-skipper==1.34.0 --user

#grep -qxF "export PATH=~/.local/bin:$PATH" ~/.bashrc || echo "export PATH=~/.local/bin:$PATH" >> ~/.bashrc
#export PATH="$PATH:~/.local/bin"
Expand Down

0 comments on commit 76de29a

Please sign in to comment.