Ensure versions are pinned

This commit is contained in:
cytopia
2022-01-23 11:42:05 +01:00
parent 49e3180891
commit 9f073247f8
13 changed files with 68 additions and 25 deletions

View File

@@ -608,7 +608,7 @@ RUN set -eux \
# Installation: Version specific
# Type: PECL extension
# Default: Pecl command
&& pecl install uploadprogress \
&& pecl install uploadprogress-1.1.4 \
# Enabling
&& docker-php-ext-enable uploadprogress \
&& true