Skip to content

Commit 7477dd6

Browse files
authored
Merge pull request #31 from aplazame/WP_PHP_Xdebug_update
Update WP 5.0, PHP 7.2 & Xdebug 2.6.1
2 parents 12eea09 + 69bdd90 commit 7477dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM wordpress
1+
FROM wordpress:5-php7.2
22

33
RUN curl -o /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
44
&& chmod +x /usr/local/bin/wp
55

66
ENV XDEBUG_CONFIG="remote_enable=on remote_connect_back=on"
77

8-
RUN pecl install xdebug-2.5.5 \
8+
RUN pecl install xdebug-2.6.1 \
99
&& docker-php-ext-enable xdebug
1010

1111
ADD ./.ci/ /

0 commit comments

Comments
 (0)