Skip to content

Commit

Permalink
using portal app 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Feb 9, 2024
1 parent 684de3b commit d9f6b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captive-portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1.tar.gz" \
url="https://github.com/offspot/captive-portal/archive/refs/tags/1.3.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 \
Expand Down

0 comments on commit d9f6b41

Please sign in to comment.