From e00a72a3f69b27f91a3d1ac52e85ab17bcb61d32 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Fri, 26 May 2017 12:25:43 -0700 Subject: [PATCH] Dockerfile: master branch follows alpine:latest The master branch will follow alpine:latest. See `openvpn-2.x` branches for more stability. Related #267 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd1441c..3a751b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Original credit: https://github.com/jpetazzo/dockvpn # Smallest base image -FROM alpine:3.5 +FROM alpine:latest MAINTAINER Kyle Manna