Skip to content

Commit

Permalink
Fix alpine at 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Yeung committed Apr 19, 2021
1 parent a08d70a commit a7ac3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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
Expand All @@ -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"]

0 comments on commit a7ac3fa

Please sign in to comment.