File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff 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# ---------------------------------------------------------------
Original file line number Diff line number Diff 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# ---------------------------------------------------------------
Original file line number Diff line number Diff 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# ---------------------------------------------------------------
Original file line number Diff line number Diff 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# ---------------------------------------------------------------
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG RELEASE_USER_PHP=saki
8- ARG VERSION_PHP=8.4.0beta4
7+ ARG RELEASE_USER_PHP=calvinb
8+ ARG VERSION_PHP=8.4.0beta5
99
1010
1111# Lambda uses a custom AMI named Amazon Linux 2
@@ -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# ---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments