Skip to content

Commit 827827a

Browse files
committed
Upgrade to cs-openresty-bouncer 0.1.7
1 parent 04a97a9 commit 827827a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ ARG DOCKER_IMAGE_VERSION=unknown
1212

1313
# Define software versions.
1414
ARG OPENRESTY_VERSION=1.19.9.1
15-
ARG CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.1
15+
ARG CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1616
ARG NGINX_PROXY_MANAGER_VERSION=2.9.16
1717
ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
1818
ARG LIBMAXMINDDB_VERSION=1.5.0
1919
ARG WATCH_VERSION=0.3.1
2020

2121
# Define software download URLs.
2222
ARG OPENRESTY_URL=https://openresty.org/download/openresty-${OPENRESTY_VERSION}.tar.gz
23-
#Offical Crowdsec download location is currently blocked due to two pull requests waiting to be added for full support for Docker installs
24-
#ARG CROWDSEC_OPENRESTY_BOUNCER_URL=https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz
25-
ARG CROWDSEC_OPENRESTY_BOUNCER_URL=https://github.com/LePresidente/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz
23+
ARG CROWDSEC_OPENRESTY_BOUNCER_URL=https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz
2624
ARG NGINX_PROXY_MANAGER_URL=https://github.com/jc21/nginx-proxy-manager/archive/v${NGINX_PROXY_MANAGER_VERSION}.tar.gz
2725
ARG NGINX_HTTP_GEOIP2_MODULE_URL=https://github.com/leev/ngx_http_geoip2_module/archive/${NGINX_HTTP_GEOIP2_MODULE_VERSION}.tar.gz
2826
ARG LIBMAXMINDDB_URL=https://github.com/maxmind/libmaxminddb/releases/download/${LIBMAXMINDDB_VERSION}/libmaxminddb-${LIBMAXMINDDB_VERSION}.tar.gz

0 commit comments

Comments
 (0)