contrib/dnsmasq: Bump dnsmasq image to v0.4.1

* Update from alpine:3.5 to alpine:3.6
* List ports 67 and 69 so ACI conversion still works
This commit is contained in:
Dalton Hubble
2017-07-31 14:26:05 -07:00
parent e8d3e8c70c
commit 035b01634f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:3.5
FROM alpine:3.6
MAINTAINER Dalton Hubble <dalton.hubble@coreos.com>
RUN apk -U add dnsmasq curl
COPY tftpboot /var/lib/tftpboot
EXPOSE 53
ENTRYPOINT ["/usr/sbin/dnsmasq"]
EXPOSE 53 67 69
ENTRYPOINT ["/usr/sbin/dnsmasq"]

View File

@@ -1,4 +1,4 @@
VERSION=v0.4.0
VERSION=v0.4.1
IMAGE_REPO=coreos/dnsmasq
QUAY_REPO=quay.io/coreos/dnsmasq