2
0
Эх сурвалжийг харах

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

Mark Shust 3 жил өмнө
parent
commit
88c5316f1a

+ 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