chore(deps): update image php to v8.5 (#68)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-08 14:36:49 +02:00
committed by GitHub
parent b0925ce489
commit e26312a6ee
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.4-cli-alpine
FROM php:8.5-cli-alpine
# Install system dependencies
RUN apk add --no-cache \

View File

@@ -18,7 +18,7 @@ services:
# PHP 8.3 for testing compatibility
php83:
image: php:8.3-cli-alpine
image: php:8.5-cli-alpine
volumes:
- ..:/app
working_dir: /app