We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c14f5d commit bd46951Copy full SHA for bd46951
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official PHP 8.2 image from Docker Hub
2
-FROM php:8.3-cli
+FROM php:8.4-cli
3
4
# Install Xdebug extension
5
RUN pecl install xdebug && docker-php-ext-enable xdebug
0 commit comments