Skip to content

Commit 645bfca

Browse files
committed
Increase default versions for PHP and XDebug in Dockerfile
1 parent 62c256c commit 645bfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PHP_VERSION=7.4
22

33
FROM php:${PHP_VERSION}-cli-alpine
44

5-
ARG XDEBUG_VERSION=2.9.8
5+
ARG XDEBUG_VERSION=3.1.1
66

77
COPY --from=composer /usr/bin/composer /usr/bin/composer
88
RUN composer --version

0 commit comments

Comments
 (0)