From c07eb9aaba71e4378efe8b7140a5ce14cbe0b9e0 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 16 Jul 2019 00:49:40 -0700 Subject: [PATCH] Update base image from alpine:3.9 to alpine:3.10 --- Dockerfile | 2 +- contrib/dnsmasq/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1bce74c7d..cef5db6d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.10 LABEL maintainer="Dalton Hubble " COPY bin/matchbox /matchbox EXPOSE 8080 diff --git a/contrib/dnsmasq/Dockerfile b/contrib/dnsmasq/Dockerfile index 44241c79a..35de141d4 100644 --- a/contrib/dnsmasq/Dockerfile +++ b/contrib/dnsmasq/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.10 LABEL maintainer="Dalton Hubble " RUN apk -U add dnsmasq curl COPY tftpboot /var/lib/tftpboot