Ver Fonte

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

Mark Shust há 3 anos atrás
pai
commit
88c5316f1a
2 ficheiros alterados com 2 adições e 2 exclusões
  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