Dockerfile: Pin the matchbox and dnsmasq base images

This commit is contained in:
Dalton Hubble
2017-01-11 15:47:31 -08:00
parent 2b23f4a17c
commit 79a2bf2326
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.5
MAINTAINER Dalton Hubble <dalton.hubble@coreos.com>
COPY bin/matchbox /matchbox
EXPOSE 8080

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.5
MAINTAINER Dalton Hubble <dalton.hubble@coreos.com>
RUN apk -U add dnsmasq curl
COPY tftpboot /var/lib/tftpboot