Skip to content

Commit

Permalink
Ensure we can split the bash command between lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Apr 10, 2024
1 parent 882c649 commit 2aea6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli
&& mv wp-cli.phar /usr/local/bin/wp \
&& wp --info

RUN wp core update --version=${WP_VERSION} --force
&& wp core update-db --force
RUN wp core update --version=${WP_VERSION} --force \
&& wp core update-db --force \
&& wp core version

RUN set -e \
Expand Down

0 comments on commit 2aea6fc

Please sign in to comment.