Derive from alpine 3.4 instead of 3.2
To work around known vulnerabilities in alpine 3.2 such as CVE-2016-2177 and CVE-2016-2178. See https://github.com/kylemanna/docker-openvpn/issues/140
This commit is contained in:
parent
4f269704c4
commit
b81b2dd472
@ -1,7 +1,7 @@
|
||||
# Original credit: https://github.com/jpetazzo/dockvpn
|
||||
|
||||
# Smallest base image
|
||||
FROM alpine:3.2
|
||||
FROM alpine:3.4
|
||||
|
||||
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user