You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 7/apache/Dockerfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
-
FROM php:7.2-apache
2
+
FROM php:7.2-apache-stretch
3
+
# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
Copy file name to clipboardExpand all lines: 7/fpm/Dockerfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
-
FROM php:7.2-fpm
2
+
FROM php:7.2-fpm-stretch
3
+
# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
Copy file name to clipboardExpand all lines: 8.6/apache/Dockerfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
-
FROM php:7.3-apache
2
+
FROM php:7.3-apache-stretch
3
+
# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
Copy file name to clipboardExpand all lines: 8.6/fpm/Dockerfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
-
FROM php:7.3-fpm
2
+
FROM php:7.3-fpm-stretch
3
+
# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
Copy file name to clipboardExpand all lines: 8.7/apache/Dockerfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
-
FROM php:7.3-apache
2
+
FROM php:7.3-apache-stretch
3
+
# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
Copy file name to clipboardExpand all lines: 8.7/fpm/Dockerfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
-
FROM php:7.3-fpm
2
+
FROM php:7.3-fpm-stretch
3
+
# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
Copy file name to clipboardExpand all lines: Dockerfile-debian.template
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
-
FROM php:%%PHP_VERSION%%-%%VARIANT%%
2
+
FROM php:%%PHP_VERSION%%-%%VARIANT%%-stretch
3
+
# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
0 commit comments