Skip to content

Commit 2072e7d

Browse files
apcu 5.1.24
1 parent 1c93fb7 commit 2072e7d

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

php-80/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ RUN set -xe; \
464464

465465
# Install extensions
466466
# We can install extensions manually or using `pecl`
467-
RUN pecl install APCu
467+
ENV VERSION_APCU=5.1.24
468+
RUN pecl install apcu-${VERSION_APCU}
468469

469470

470471
# ---------------------------------------------------------------

php-81/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ RUN set -xe; \
465465

466466
# Install extensions
467467
# We can install extensions manually or using `pecl`
468-
RUN pecl install APCu
468+
ENV VERSION_APCU=5.1.24
469+
RUN pecl install apcu-${VERSION_APCU}
469470

470471

471472
# ---------------------------------------------------------------

php-82/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ RUN set -xe; \
484484

485485
# Install extensions
486486
# We can install extensions manually or using `pecl`
487-
RUN pecl install APCu
487+
ENV VERSION_APCU=5.1.24
488+
RUN pecl install apcu-${VERSION_APCU}
488489

489490

490491
# ---------------------------------------------------------------

php-83/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ RUN set -xe; \
484484

485485
# Install extensions
486486
# We can install extensions manually or using `pecl`
487-
RUN pecl install APCu
487+
ENV VERSION_APCU=5.1.24
488+
RUN pecl install apcu-${VERSION_APCU}
488489

489490

490491
# ---------------------------------------------------------------

php-84/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,8 @@ RUN set -xe; \
487487

488488
# Install extensions
489489
# We can install extensions manually or using `pecl`
490-
RUN pecl install APCu
490+
ENV VERSION_APCU=5.1.24
491+
RUN pecl install apcu-${VERSION_APCU}
491492

492493

493494
# ---------------------------------------------------------------

0 commit comments

Comments
 (0)