We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc74bd commit 55df97aCopy full SHA for 55df97a
Dockerfile.WordPress
@@ -1,4 +1,4 @@
1
-FROM wordpress:6.7.2-php8.3
+FROM wordpress:6.8.0-php8.3
2
3
RUN apt update && apt install -y less vim
4
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
composer.json
@@ -31,7 +31,7 @@
31
"cs:fix": "vendor/bin/phpcbf"
32
},
33
"require-dev": {
34
- "johnpbloch/wordpress": "6.7.2",
+ "johnpbloch/wordpress": "6.8.0",
35
"phpunit/phpunit": "^12.0 || ^11.0 || ^10.0",
36
"wp-coding-standards/wpcs": "^3.1",
37
"symfony/finder": "^7.1 || ^6.0"
0 commit comments