File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG PHP_VERSION
1010RUN mkdir -p /opt/bref/extensions
1111
1212# Install xdebug
13- RUN if [ $PHP_VERSION != "85" ]; then pecl install xdebug-3.4.5 ; fi
13+ RUN if [ $PHP_VERSION != "85" ]; then pecl install xdebug-3.5.0 ; fi
1414RUN if [ $PHP_VERSION != "85" ]; then cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions; fi
1515
1616# Install Blackfire
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.1.32
7+ ARG VERSION_PHP=8.1.34
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.2.29
7+ ARG VERSION_PHP=8.2.30
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.3.28
7+ ARG VERSION_PHP=8.3.29
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.4.15
7+ ARG VERSION_PHP=8.4.16
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2
You can’t perform that action at this time.
0 commit comments