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.
Dockerfile
1 parent 62c256c commit 645bfcaCopy full SHA for 645bfca
Dockerfile
@@ -2,7 +2,7 @@ ARG PHP_VERSION=7.4
2
3
FROM php:${PHP_VERSION}-cli-alpine
4
5
-ARG XDEBUG_VERSION=2.9.8
+ARG XDEBUG_VERSION=3.1.1
6
7
COPY --from=composer /usr/bin/composer /usr/bin/composer
8
RUN composer --version
0 commit comments