From 401e0047ee203d666dc3c1c3ebdc64997d20f145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 10 Jun 2022 13:20:38 +0000 Subject: [PATCH] Fix scrypt version --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1399ecb09c..3cf7607101 100755 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ ENV PHP_REDIS_VERSION=5.3.7 \ PHP_MONGODB_VERSION=1.13.0 \ PHP_SWOOLE_VERSION=v4.8.9 \ PHP_IMAGICK_VERSION=3.7.0 \ - PHP_SCRYPT_VERSION=v1.4.2 \ + # For SCRYPT never go v1.4.2 or lower. That doesnt work on PHP 8 + Alpine3.15/16 + PHP_SCRYPT_VERSION=master \ PHP_YAML_VERSION=2.2.2 \ PHP_MAXMINDDB_VERSION=v1.11.0