diff --git a/contrib/dnsmasq/Dockerfile b/contrib/dnsmasq/Dockerfile index 284fbe2b..fb2d74e7 100644 --- a/contrib/dnsmasq/Dockerfile +++ b/contrib/dnsmasq/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.5 +FROM alpine:3.6 MAINTAINER Dalton Hubble RUN apk -U add dnsmasq curl COPY tftpboot /var/lib/tftpboot -EXPOSE 53 -ENTRYPOINT ["/usr/sbin/dnsmasq"] \ No newline at end of file +EXPOSE 53 67 69 +ENTRYPOINT ["/usr/sbin/dnsmasq"] diff --git a/contrib/dnsmasq/Makefile b/contrib/dnsmasq/Makefile index e31a2247..d7a1b5f9 100644 --- a/contrib/dnsmasq/Makefile +++ b/contrib/dnsmasq/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.4.0 +VERSION=v0.4.1 IMAGE_REPO=coreos/dnsmasq QUAY_REPO=quay.io/coreos/dnsmasq