Skip to content

Commit

Permalink
Update WordPress images
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Apr 4, 2018
1 parent ad0c8a5 commit 1d894a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----

Expand Down
2 changes: 1 addition & 1 deletion test/4/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
WORDPRESS_TAG=4.2.6
2 changes: 1 addition & 1 deletion test/4/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d894a0

Please sign in to comment.