From dba638e22d2c68b0dacb823c5accc7764149e98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Balatoni?= Date: Sat, 31 Mar 2018 17:16:45 +0200 Subject: [PATCH 1/3] Latest WP with latest supported PHP --- wp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp/Dockerfile b/wp/Dockerfile index 1c92aca..6a79a6f 100644 --- a/wp/Dockerfile +++ b/wp/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:4.8.2 +FROM wordpress:latest # Bundle your source ADD . /var/www/html \ No newline at end of file From ff73d48c92fbd7b852d14cb26e60fe47f302e675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Balatoni?= Date: Sat, 31 Mar 2018 17:50:46 +0200 Subject: [PATCH 2/3] latest tag can be omitted --- wp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp/Dockerfile b/wp/Dockerfile index 6a79a6f..c66dd03 100644 --- a/wp/Dockerfile +++ b/wp/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:latest +FROM wordpress # Bundle your source ADD . /var/www/html \ No newline at end of file From 5f59073915dda60c6b19637dcd5c16b009ff10fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Balatoni?= Date: Sat, 31 Mar 2018 17:51:04 +0200 Subject: [PATCH 3/3] Use mariadb instead of mysql --- db/wedeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/wedeploy.json b/db/wedeploy.json index c2bce99..eed9066 100644 --- a/db/wedeploy.json +++ b/db/wedeploy.json @@ -1,6 +1,6 @@ { "id": "db", - "image": "mysql", + "image": "mariadb", "env": { "MYSQL_ROOT_PASSWORD": "passw0rd" },