diff --git a/.env b/.env index b07a656de..a324c9a95 100644 --- a/.env +++ b/.env @@ -33,10 +33,10 @@ MARIADB_TAG=10.2-3.1.3 ### --- VANILLA WORDPRESS ---- ### [WORDPRESS_VERSION]-[PHP_VERSION]-[STABILITY_TAG] -WORDPRESS_TAG=4-7.2-4.2.5 -#WORDPRESS_TAG=4-7.1-4.2.5 -#WORDPRESS_TAG=4-7.0-4.2.5 -#WORDPRESS_TAG=4-5.6-4.2.5 +WORDPRESS_TAG=4-7.2-4.2.6 +#WORDPRESS_TAG=4-7.1-4.2.6 +#WORDPRESS_TAG=4-7.0-4.2.6 +#WORDPRESS_TAG=4-5.6-4.2.6 ### --- PHP ---- diff --git a/test/4/.env b/test/4/.env index 2cdcced11..987e71a9c 100644 --- a/test/4/.env +++ b/test/4/.env @@ -11,4 +11,4 @@ NGINX_TAG=4-1.13-4.0.3 REDIS_TAG=4.0-2.1.5 VARNISH_TAG=4.1-2.3.0 -PHP_STABILITY_TAG=4.2.5 \ No newline at end of file +WORDPRESS_TAG=4.2.6 \ No newline at end of file diff --git a/test/4/docker-compose.yml b/test/4/docker-compose.yml index 2fe2597fa..d681f1024 100644 --- a/test/4/docker-compose.yml +++ b/test/4/docker-compose.yml @@ -10,7 +10,7 @@ services: MYSQL_PASSWORD: $DB_PASSWORD php: - image: wodby/wordpress:4-$PHP_VER-$PHP_STABILITY_TAG + image: wodby/wordpress:4-$PHP_VER-$WORDPRESS_TAG environment: DB_HOST: $DB_HOST DB_NAME: $DB_NAME