From cf551180e7d066ad9d225532ec36c0bb61c9dc43 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Mon, 24 Sep 2018 21:24:41 -0500 Subject: [PATCH] explicitely pin debian slim image (no change, just an alias for old image) Signed-off-by: Adam Hill --- Dockerfile.py | 2 +- Dockerfile_amd64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.py b/Dockerfile.py index c79c000..ac030e4 100755 --- a/Dockerfile.py +++ b/Dockerfile.py @@ -38,7 +38,7 @@ os_base_vars = { images = { 'v4.0': [ { - 'base': 'debian:stretch', + 'base': 'debian:stretch-slim', 'arch': 'amd64' }, { diff --git a/Dockerfile_amd64 b/Dockerfile_amd64 index 08e6066..547fe8a 100644 --- a/Dockerfile_amd64 +++ b/Dockerfile_amd64 @@ -1,4 +1,4 @@ -FROM debian:stretch +FROM debian:stretch-slim COPY install.sh /usr/local/bin/docker-install.sh ENV PIHOLE_INSTALL /root/ph_install.sh