Browse Source

Replace buster images with bullseye to properly fix Apple M1 5-sec delay #636

Mark Shust 3 years ago
parent
commit
88c5316f1a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      images/php/7.4/Dockerfile
  2. 1 1
      images/php/8.1/Dockerfile

+ 1 - 1
images/php/7.4/Dockerfile

@@ -1,4 +1,4 @@
-FROM php:7.4-fpm-buster
+FROM php:7.4-fpm-bullseye
 MAINTAINER Mark Shust <mark@shust.com>
 
 ARG APP_ID=1000

+ 1 - 1
images/php/8.1/Dockerfile

@@ -1,4 +1,4 @@
-FROM php:8.1-fpm-buster
+FROM php:8.1-fpm-bullseye
 MAINTAINER Mark Shust <mark@shust.com>
 
 ARG APP_ID=1000