File tree 5 files changed +12
-7
lines changed
5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,8 @@ RUN set -xe; \
464
464
465
465
# Install extensions
466
466
# 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}
468
469
469
470
470
471
# ---------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -465,7 +465,8 @@ RUN set -xe; \
465
465
466
466
# Install extensions
467
467
# 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}
469
470
470
471
471
472
# ---------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -484,7 +484,8 @@ RUN set -xe; \
484
484
485
485
# Install extensions
486
486
# 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}
488
489
489
490
490
491
# ---------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -484,7 +484,8 @@ RUN set -xe; \
484
484
485
485
# Install extensions
486
486
# 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}
488
489
489
490
490
491
# ---------------------------------------------------------------
Original file line number Diff line number Diff line change 4
4
ARG IMAGE_VERSION_SUFFIX
5
5
6
6
# 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
9
9
10
10
11
11
# Lambda uses a custom AMI named Amazon Linux 2
@@ -487,7 +487,8 @@ RUN set -xe; \
487
487
488
488
# Install extensions
489
489
# 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}
491
492
492
493
493
494
# ---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments