Skip to content

Commit

Permalink
WP 5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ocasta committed Jan 19, 2022
1 parent 31f4c8c commit ce48b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ce48b7c

Please sign in to comment.