1 Commits

Author SHA1 Message Date
renovate[bot]
d4fde461fd chore(deps): update image php to v8.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-20 18:01:01 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.2-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