File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ The plugin supports the following configuration variables:
103103- ``WORDPRESS_OPENEDX_PLUGIN ``: URL to the Open edX Commerce plugin
104104- ``WORDPRESS_WOOCOMMERCE_PLUGIN ``: (default: "https://downloads.wordpress.org/plugin/woocommerce.9.4.2.zip")
105105 The WooCommerce plugin zip file URL. You can specify a different version if needed.
106- - ``WORDPRESS_OFFICIAL_IMAGE ``: (default: "wordpress:6.7.1 -php8.1")
106+ - ``WORDPRESS_OFFICIAL_IMAGE ``: (default: "wordpress:6.8.0 -php8.1")
107107 The official WordPress Docker image used as the base for building the plugin's custom image.
108108 This image includes PHP and Apache server. You can specify a different version or PHP variant if needed.
109109
Original file line number Diff line number Diff line change 1+ - [ Improvement] Update WordPress official image version to 6.8.0-php8.1 (by @CodeWithEmad )
Original file line number Diff line number Diff line change 3131 ("WORDPRESS_HOST" , "site.{{ LMS_HOST }}" ),
3232 ("WORDPRESS_PORT" , "8080" ),
3333 # https://hub.docker.com/_/wordpress/
34- ("WORDPRESS_OFFICIAL_IMAGE" , "wordpress:6.7.1 -php8.1" ),
34+ ("WORDPRESS_OFFICIAL_IMAGE" , "wordpress:6.8.0 -php8.1" ),
3535 (
3636 "WORDPRESS_DOCKER_IMAGE" ,
3737 "docker.io/codewithemad/tutor-wordpress:{{ WORDPRESS_VERSION }}" ,
You can’t perform that action at this time.
0 commit comments