File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed 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 2023
@@ -238,7 +238,7 @@ FROM build-environment as build_dev
238238RUN mkdir -p /opt/bref/extensions
239239
240240# Install xdebug
241- RUN pecl install xdebug-3.4.7
241+ RUN pecl install xdebug-3.5.0
242242RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
243243
244244
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 2023
@@ -238,7 +238,7 @@ FROM build-environment as build_dev
238238RUN mkdir -p /opt/bref/extensions
239239
240240# Install xdebug
241- RUN pecl install xdebug-3.4.7
241+ RUN pecl install xdebug-3.5.0
242242RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
243243
244244
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 2023
@@ -237,7 +237,7 @@ FROM build-environment as build_dev
237237RUN mkdir -p /opt/bref/extensions
238238
239239# Install xdebug
240- RUN pecl install xdebug-3.4.7
240+ RUN pecl install xdebug-3.5.0
241241RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
242242
243243
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.5.0
7+ ARG VERSION_PHP=8.5.1
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2023
@@ -237,9 +237,8 @@ FROM build-environment as build_dev
237237RUN mkdir -p /opt/bref/extensions
238238
239239# Install xdebug
240- # TODO xdebug is not available for PHP 8.5 yet
241- # RUN pecl install xdebug-3.4.2
242- # RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
240+ RUN pecl install xdebug-3.5.0
241+ RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
243242
244243
245244FROM function as dev
You can’t perform that action at this time.
0 commit comments