소스 검색

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>
 
 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