Update used WordPress images in Circle CI

- latest version: 6.6.1-php8.3
 - previous version: 6.5.5-php8.1
This commit is contained in:
github-actions[bot]
2024-07-29 06:06:05 +00:00
committed by Jan Jakeš
parent b22c2d6b6f
commit ee976a13a7

View File

@@ -69,7 +69,7 @@ services:
- mailhog-data:/mailhog-data
wordpress:
image: wordpress:${WORDPRESS_IMAGE_VERSION:-6.6.0-php8.3}
image: wordpress:${WORDPRESS_IMAGE_VERSION:-6.6.1-php8.3}
container_name: wordpress_${CIRCLE_NODE_INDEX:-default}
depends_on:
smtp: