Skip to content

Commit d07ba65

Browse files
authored
Update Dockerfile image to wordpress:php7.4 (#4943)
and add changelog file
1 parent 680a103 commit d07ba65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: dev
3+
4+
Update Docker image to wordpress:php7.4 so client dev environment runs with PHP 7.4

docker/wordpress_xdebug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wordpress:php7.3
1+
FROM wordpress:php7.4
22
RUN pecl install xdebug-2.9.8 \
33
&& echo 'xdebug.remote_enable=1' >> $PHP_INI_DIR/php.ini \
44
&& echo 'xdebug.remote_port=9000' >> $PHP_INI_DIR/php.ini \

0 commit comments

Comments
 (0)