From 9d730e166e21710cde149c6628fa1ffd9aaed1ea Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Fri, 26 May 2017 12:22:28 -0700 Subject: [PATCH] Dockerfile: Follow Alpine Linux 'edge' branch This git branch will follow the Alpine edge branch. Related #267 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a751b3..1fcd7cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Original credit: https://github.com/jpetazzo/dockvpn # Smallest base image -FROM alpine:latest +FROM alpine:edge MAINTAINER Kyle Manna