From 4bc022736cb8ba651e5eda9bfcfb66025e1576f3 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 31 Aug 2022 09:45:47 +0000 Subject: [PATCH] fix zstd extension to commit hash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b451f5c678..b7fd6c6912 100755 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ ENV PHP_REDIS_VERSION=5.3.7 \ PHP_IMAGICK_VERSION=3.7.0 \ PHP_YAML_VERSION=2.2.2 \ PHP_MAXMINDDB_VERSION=v1.11.0 \ - PHP_ZSTD_VERSION="master" + PHP_ZSTD_VERSION="4504e4186e79b197cfcb75d4d09aa47ef7d92fe9 " RUN \ apk add --no-cache --virtual .deps \