explicitely pin debian slim image (no change, just an alias for old image)

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2018-09-24 21:24:41 -05:00
parent 9f18ae0e4b
commit cf551180e7
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ os_base_vars = {
images = {
'v4.0': [
{
'base': 'debian:stretch',
'base': 'debian:stretch-slim',
'arch': 'amd64'
},
{

View File

@ -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