From 7218f9fede6a199f143b5d0d1ad15213e0a41c0a Mon Sep 17 00:00:00 2001 From: David Barratt Date: Sun, 21 Jul 2019 19:33:49 -0400 Subject: [PATCH] Use Stretch --- Dockerfile | 2 +- Dockerfile.daemon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05ce853..3b4eb15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.2-apache +FROM php:7.2-apache-stretch # Required Components # @see https://secure.phabricator.com/book/phabricator/article/installation_guide/#installing-required-comp diff --git a/Dockerfile.daemon b/Dockerfile.daemon index 075e5d6..f358ca1 100644 --- a/Dockerfile.daemon +++ b/Dockerfile.daemon @@ -1,4 +1,4 @@ -FROM php:7.2-cli +FROM php:7.2-cli-stretch # Required Components # @see https://secure.phabricator.com/book/phabricator/article/installation_guide/#installing-required-comp