From 8ac36c691f36124f49efabb6f96c102a67fb9008 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Sun, 23 Jul 2023 17:45:40 +0200 Subject: [PATCH] Upgrade ev && eio --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57bc67a..15ccf88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN true \ && docker-php-ext-install -j$(nproc) sockets zip gmp pcntl bcmath ffi mysqli pdo pdo_mysql \ # Install additional extension && mkdir -p /usr/src/php/ext/ && cd /usr/src/php/ext/ \ - && pecl bundle ev && pecl bundle eio-3.0.0RC4 \ + && pecl bundle ev-beta && pecl bundle eio-beta \ && docker-php-ext-install -j$(nproc) ev eio \ # Install PrimeModule for AuthKey generation speedup && git clone https://github.com/danog/PrimeModule-ext \