Skip to content

Commit 0229adf

Browse files
committed
Fix uuid module version
1 parent c35262e commit 0229adf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfiles/mods/Dockerfile-5.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ RUN set -eux \
603603
# Installation: Version specific
604604
# Type: PECL extension
605605
# Default: Pecl command
606-
&& pecl install uuid-1.1.5 \
606+
&& pecl install uuid-1.0.5 \
607607
# Enabling
608608
&& docker-php-ext-enable uuid \
609609
&& true

Dockerfiles/mods/Dockerfile-5.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ RUN set -eux \
620620
# Installation: Version specific
621621
# Type: PECL extension
622622
# Default: Pecl command
623-
&& pecl install uuid-1.1.5 \
623+
&& pecl install uuid-1.0.5 \
624624
# Enabling
625625
&& docker-php-ext-enable uuid \
626626
&& true

build/ansible/group_vars/all/mods.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,10 +1142,10 @@ extensions_available:
11421142
version: 1.0.5
11431143
5.5:
11441144
type: pecl
1145-
version: 1.1.5
1145+
version: 1.0.5
11461146
5.6:
11471147
type: pecl
1148-
version: 1.1.5
1148+
version: 1.0.5
11491149
all:
11501150
type: pecl
11511151
run_dep: [uuid]

0 commit comments

Comments
 (0)