We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f886d8c commit e0209faCopy full SHA for e0209fa
docker-compose.yml
@@ -32,7 +32,7 @@ services:
32
# The PHP container.
33
##
34
php:
35
- image: ghcr.io/wordpress/wpdev-docker-images/php:${LOCAL_PHP-latest}-196
+ image: ghcr.io/wordpress/wpdev-docker-images/php:${LOCAL_PHP-latest}-197
36
37
networks:
38
- wpdevnet
@@ -95,7 +95,7 @@ services:
95
# The WP CLI container.
96
97
cli:
98
- image: ghcr.io/wordpress/wpdev-docker-images/cli:${LOCAL_PHP-latest}-196
+ image: ghcr.io/wordpress/wpdev-docker-images/cli:${LOCAL_PHP-latest}-197
99
100
101
0 commit comments