Commit 066d7c9f authored by Alberto Güerere's avatar Alberto Güerere Committed by GitHub

Update alpine to 3.4

Looks like alpine 3.3 has "vulnerabilities" according to Docker Hub.
parent 1cda36ae
FROM alpine:3.3
FROM alpine:3.4
RUN apk --no-cache add dnsmasq
EXPOSE 53 53/udp
ENTRYPOINT ["dnsmasq", "-k"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment