Skip to content

Commit

Permalink
chore: upgrade to WordPress 6.7.1 (#1988)
Browse files Browse the repository at this point in the history
Upgrade to latest WordPress maintenance release.
  • Loading branch information
patheard authored Nov 25, 2024
1 parent 55ad74b commit 43cce55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
WPML_USER_ID: ${{ secrets.WPML_USER_ID }}
WPML_KEY: ${{ secrets.WPML_KEY }}
# WP_VERSION needs to match the version found in ~/wordpress/docker/Dockerfile
WP_VERSION: 6.7.0
WP_VERSION: 6.7.1

jobs:
php-tests:
Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN npm --unsafe-perm install
# when updating the Wordpress version, update the version in the files:
# - ~/wordpress/docker/local.Dockerfile
# - ~/github/workflows/ci.yml
FROM wordpress:6.7.0-php8.1-fpm-alpine@sha256:7e310fe1da19c61fafb3fadf00ffdae5916165115b84f439b776907c37982664
FROM wordpress:6.7.1-php8.1-fpm-alpine@sha256:8853052e0c5f690b03ba5a148d272e82ac8977e2c3d359715c44252abaf40e13

RUN apk add --no-cache $PHPIZE_DEPS \
&& pecl install pcov \
Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wordpress version needs to match the version found in ~/wordpress/docker/Dockerfile
FROM wordpress:6.7.0-php8.1-fpm-alpine@sha256:7e310fe1da19c61fafb3fadf00ffdae5916165115b84f439b776907c37982664
FROM wordpress:6.7.1-php8.1-fpm-alpine@sha256:8853052e0c5f690b03ba5a148d272e82ac8977e2c3d359715c44252abaf40e13

WORKDIR /usr/src/wordpress

Expand Down

0 comments on commit 43cce55

Please sign in to comment.