Skip to content

Commit f819b8a

Browse files
committed
Updated crowdsec openresty bouncer to 0.1.7
1 parent c9cb887 commit f819b8a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN apt-get update \
5757
tzdata \
5858
unzip \
5959
zlib1g \
60+
gettext \
6061
wget \
6162
&& apt-get clean \
6263
&& rm -rf /var/lib/apt/lists/* \

local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RESET='\E[0m'
99
DOCKER_IMAGE=nginxproxymanager/nginx-full
1010

1111
export OPENRESTY_VERSION=1.19.9.1
12-
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.1
12+
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1313
export LUA_VERSION=5.1.5
1414
export LUAROCKS_VERSION=3.3.1
1515

scripts/install-crowdsec_openresty_bouncer

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ RESET='\E[0m'
99
echo -e "${BLUE}${CYAN}Installing Crowdsec OpenResty Bouncer ${YELLOW}${CROWDSEC_OPENRESTY_BOUNCER_VERSION}...${RESET}"
1010

1111
cd /tmp
12-
#Offical Crowdsec download location is currently blocked due to two pull requests waiting to be added for full support for Docker installs
13-
#weg "https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
14-
wget "https://github.com/LePresidente/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
12+
wget "https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
1513
mkdir -p /tmp/crowdsec
1614
tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
1715
cd /tmp/crowdsec

0 commit comments

Comments
 (0)