diff --git a/install.sh b/install.sh index f0f48805f..f48ade2a5 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -POPPER_VERSION="v2.6.0" +POPPER_VERSION="v2.7.0" OS_NAME="$(uname)" if [ "$OS_NAME" != "Linux" ] && [ "$OS_NAME" != "Darwin" ]; then @@ -21,7 +21,7 @@ docker run --rm -ti \ --volume $PWD:$PWD \ --workdir $PWD \ --env-file /tmp/.envfile \ - getpopper/popper:v2.6.0 $@ + getpopper/popper:v2.7.0 $@ EOF chmod +x "./popper"