Update _version_npm to latest as of 2/25/21

This commit is contained in:
Rafael
2021-02-25 23:07:46 -06:00
committed by GitHub
parent 9a6846ce2a
commit 588b6c2963

View File

@@ -9,7 +9,7 @@ cd $_temp_dir
. /etc/os-release
_version_alpine=${VERSION_ID%.*}
_version_npm=${_version_npm:-2.6.1}
_version_npm=${_version_npm:-2.8.0}
# add openresty repo
if [ ! -f /etc/apk/keys/admin@openresty.com-5ea678a6.rsa.pub ]; then
@@ -205,4 +205,4 @@ rc-service openresty start &>/dev/null
# Cleanup
info "Cleaning up..."
rm -rf $_temp_dir/nginx-proxy-manager-${_version_npm} &>/dev/null
apk del git jq npm &>/dev/null
apk del git jq npm &>/dev/null