Skip to content

Commit

Permalink
Update wp cli to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 8, 2024
1 parent 28acfe1 commit a3e2831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN set -ex; \
apk add --no-cache -t .fetch-deps gnupg; \
\
cd /tmp; \
wp_cli_version="2.10.0"; \
wp_cli_version="2.11.0"; \
url="https://github.com/wp-cli/wp-cli/releases/download/v${wp_cli_version}/wp-cli-${wp_cli_version}.phar"; \
curl -o wp.phar -fSL "${url}"; \
chmod +x wp.phar; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ All images built for `linux/amd64` and `linux/arm64`

## Tools

This image comes with [WP CLI](https://github.com/wp-cli/wp-cli) version 2.10.0
This image comes with [WP CLI](https://github.com/wp-cli/wp-cli) version 2.11.0

## Environment Variables

Expand Down

0 comments on commit a3e2831

Please sign in to comment.