mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
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:
@@ -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"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
VERSION=v0.4.0
|
||||
VERSION=v0.4.1
|
||||
|
||||
IMAGE_REPO=coreos/dnsmasq
|
||||
QUAY_REPO=quay.io/coreos/dnsmasq
|
||||
|
||||
Reference in New Issue
Block a user