From ce48b7c973b6fd6c0bdeca1c89fcc7ba252005a5 Mon Sep 17 00:00:00 2001 From: Martin Higham Date: Wed, 19 Jan 2022 17:11:26 +0000 Subject: [PATCH] WP 5.8.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40790f5..81e70eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,7 @@ COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # Sometime Bedrock don't have a release with the latest WP version and you have to use the dependabot commit # RUN curl -L -o wordpress.tar.gz https://github.com/roots/bedrock/archive/f0dc31cda0e97aa1ac131d14a615c80feff2a12a.tar.gz && tar --strip=1 -xzvf wordpress.tar.gz && rm wordpress.tar.gz && \ # Use the next one when there's a Bedrock release -RUN curl -L https://github.com/roots/bedrock/archive/1.17.1.tar.gz | tar -xzv --strip=1 && \ +RUN curl -L https://github.com/roots/bedrock/archive/1.18.1.tar.gz | tar -xzv --strip=1 && \ composer install --no-dev RUN chown -R www-data.www-data /var/www/html/web/app/uploads/