From 527afbc0850727530eb03a0a5137fb4eb5839143 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Thu, 18 Apr 2024 14:11:10 +0000 Subject: [PATCH] using captive-portal app 1.4.0 with new endpoint --- captive-portal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captive-portal/Dockerfile b/captive-portal/Dockerfile index a639658..32ac14a 100644 --- a/captive-portal/Dockerfile +++ b/captive-portal/Dockerfile @@ -24,7 +24,7 @@ COPY entrypoint.sh /usr/local/bin/ COPY clear-passlist reset-passlist remove-client watcher /usr/local/bin/ RUN \ - url="https://github.com/offspot/captive-portal/archive/refs/tags/1.3.0.tar.gz" \ + url="https://github.com/offspot/captive-portal/archive/refs/tags/1.4.0.tar.gz" \ && curl -L $url | tar -C /src/ --strip-components 1 -xz \ # set python virtualenv in app's uwsgi config && echo "home = /usr/local/captive-env" >> /src/uwsgi.ini \