Fix uuid module version

This commit is contained in:
cytopia
2022-01-26 15:33:34 +01:00
parent c35262e9b8
commit 0229adf7c1
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -1142,10 +1142,10 @@ extensions_available:
version: 1.0.5
5.5:
type: pecl
version: 1.1.5
version: 1.0.5
5.6:
type: pecl
version: 1.1.5
version: 1.0.5
all:
type: pecl
run_dep: [uuid]