From 79a2bf2326391bc0bad55663e07f07a5993a231e Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 11 Jan 2017 15:47:31 -0800 Subject: [PATCH] Dockerfile: Pin the matchbox and dnsmasq base images --- Dockerfile | 2 +- contrib/dnsmasq/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 130a2f5d..27660b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.5 MAINTAINER Dalton Hubble COPY bin/matchbox /matchbox EXPOSE 8080 diff --git a/contrib/dnsmasq/Dockerfile b/contrib/dnsmasq/Dockerfile index dc33eb40..284fbe2b 100644 --- a/contrib/dnsmasq/Dockerfile +++ b/contrib/dnsmasq/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.5 MAINTAINER Dalton Hubble RUN apk -U add dnsmasq curl COPY tftpboot /var/lib/tftpboot