Dockerfile: Bump to Alpine 3.5

* Update to the latest and greatest for testing.
* Closes #187
This commit is contained in:
Kyle Manna 2017-01-01 09:52:19 -08:00
parent 70373df974
commit 431c4a3e82

View File

@ -1,7 +1,7 @@
# Original credit: https://github.com/jpetazzo/dockvpn
# Smallest base image
FROM alpine:3.4
FROM alpine:3.5
MAINTAINER Kyle Manna <kyle@kylemanna.com>