Skip to content

Commit

Permalink
wordpress bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jan 23, 2024
1 parent cbad1b5 commit 49109bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eco_build_images/wordpress_phpunit_test_runner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli
FROM php:8.3-cli

# https://github.com/WordPress/phpunit-test-runner/blob/master/README.md#0-requirements

Expand All @@ -24,7 +24,7 @@ ENV NVM_DIR="/root/.nvm"

# Match nodejs version https://nodejs.org/en/download/releases to supported npm range
# https://github.com/WordPress/wordpress-develop/blob/trunk/package.json
RUN bash -c "set -o pipefail ; curl -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash; . \"$NVM_DIR/nvm.sh\" && nvm install 16.20.2"
RUN bash -c "set -o pipefail ; curl -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash; . \"$NVM_DIR/nvm.sh\" && nvm install 20.11.0"

COPY wordpress_phpunit_test_runner.env /phpunit-test-runner/.env
COPY wordpress_phpunit_test_runner.entrypoint /entrypoint.sh
Expand Down

0 comments on commit 49109bd

Please sign in to comment.