forked from bubuntux/nordvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish latest on every master change, development moved to nordlynx …
…that is more maintenance free
- Loading branch information
Julio Gutierrez
committed
Feb 13, 2022
1 parent
7d2d7c6
commit 412d8dc
Showing
5 changed files
with
5 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM s6on/ubuntu:20.04 | ||
LABEL maintainer="Julio Gutierrez [email protected]" | ||
|
||
ARG NORDVPN_VERSION=3.12.3 | ||
ARG NORDVPN_VERSION=3.12.4 | ||
ARG DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN apt-get update -y && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/usr/bin/nord_config false root:root 0755 0755 | ||
/usr/bin/nord_connect false root:root 0755 0755 | ||
/usr/bin/nord_login false root:root 0755 0755 | ||
/usr/bin/nord_private_key false root:root 0755 0755 | ||
/usr/bin/nord_migrate false root:root 0755 0755 | ||
/usr/bin/nord_watch false root:root 0755 0755 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.