Skip to content

Commit 592bf50

Browse files
committed
Explicitly use -jessie as base until we move to -stretch
Recently the official builds moved the default from jessie to stretch so, some of the dependencies in our container stopped working. This just ensures that we continue using the -jessie variants until the move to -stretch (and dependencies) are tested enough. Part of #21.
1 parent c0df519 commit 592bf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.1-apache
1+
FROM php:7.1-apache-jessie
22

33
ADD root/ /
44
# Fix the original permissions of /tmp, the PHP default upload tmp dir.

0 commit comments

Comments
 (0)