Skip to content

Commit

Permalink
Alpine version 3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye authored Nov 9, 2022
1 parent a08d70a commit 8c64cd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM alpine
MAINTAINER David Personette <[email protected]>
FROM alpine:3.15.4

# Install openvpn
RUN apk --no-cache --no-progress upgrade && \
Expand All @@ -15,4 +14,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 8c64cd2

Please sign in to comment.