Skip to content

Commit

Permalink
updating captive-portal app to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Dec 22, 2023
1 parent 06942f5 commit e694363
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.1.0.tar.gz" \
url="https://github.com/offspot/captive-portal/archive/refs/tags/1.2.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 e694363

Please sign in to comment.