mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2024-12-06 19:26:20 +01:00
Updated crowdsec openresty bouncer to 0.1.7
This commit is contained in:
@@ -57,6 +57,7 @@ RUN apt-get update \
|
||||
tzdata \
|
||||
unzip \
|
||||
zlib1g \
|
||||
gettext \
|
||||
wget \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ RESET='\E[0m'
|
||||
DOCKER_IMAGE=nginxproxymanager/nginx-full
|
||||
|
||||
export OPENRESTY_VERSION=1.19.9.1
|
||||
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.1
|
||||
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
|
||||
export LUA_VERSION=5.1.5
|
||||
export LUAROCKS_VERSION=3.3.1
|
||||
|
||||
|
||||
@@ -9,9 +9,7 @@ RESET='\E[0m'
|
||||
echo -e "${BLUE}❯ ${CYAN}Installing Crowdsec OpenResty Bouncer ${YELLOW}${CROWDSEC_OPENRESTY_BOUNCER_VERSION}...${RESET}"
|
||||
|
||||
cd /tmp
|
||||
#Offical Crowdsec download location is currently blocked due to two pull requests waiting to be added for full support for Docker installs
|
||||
#weg "https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
|
||||
wget "https://github.com/LePresidente/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
|
||||
wget "https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
|
||||
mkdir -p /tmp/crowdsec
|
||||
tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
|
||||
cd /tmp/crowdsec
|
||||
|
||||
Reference in New Issue
Block a user