瀏覽代碼

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

Mark Shust 3 年之前
父節點
當前提交
88c5316f1a
共有 2 個文件被更改,包括 2 次插入2 次删除
  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>
 MAINTAINER Mark Shust <mark@shust.com>
 
 
 ARG APP_ID=1000
 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>
 MAINTAINER Mark Shust <mark@shust.com>
 
 
 ARG APP_ID=1000
 ARG APP_ID=1000