chore: update to PHP 8.5.4, nginx 1.29.6-alpine-perl, selenium 145.0-chromedriver-145.0

This commit is contained in:
GitHub Actions Bot
2026-03-16 02:00:21 +00:00
parent e83fd7b6f6
commit d2c3b9671f
2 changed files with 4 additions and 4 deletions

View File

@@ -4,12 +4,12 @@ image:
nginx:
registry: docker.io
repository: nginx
tag: "1.29.5-alpine-perl"
tag: "1.29.6-alpine-perl"
pullPolicy: IfNotPresent
php:
registry: docker.io
repository: php
tag: "8.5.3-fpm-alpine3.23"
tag: "8.5.4-fpm-alpine3.23"
pullPolicy: IfNotPresent
selenium:
registry: docker.io