forked from dperson/openvpn-client
-
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.
- Loading branch information
Gary Yeung
committed
Apr 19, 2021
1 parent
a08d70a
commit a7ac3fa
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM alpine | ||
FROM alpine:3.12.3 | ||
MAINTAINER David Personette <[email protected]> | ||
|
||
# Install openvpn | ||
|
@@ -15,4 +15,4 @@ HEALTHCHECK --interval=60s --timeout=15s --start-period=120s \ | |
|
||
VOLUME ["/vpn"] | ||
|
||
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"] | ||
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"] |