Skip to content

Commit 71d726b

Browse files
committed
chore: update WordPress official image version to 6.8.0-php8.1
1 parent 7923c49 commit 71d726b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Improvement] Update WordPress official image version to 6.8.0-php8.1 (by @CodeWithEmad)

tutorwordpress/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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 }}",

0 commit comments

Comments
 (0)