1
0

feat(php-unofficial): update php versions and switch to pre-built images

- update php 8.1.32 to 8.1.33 with bookworm base image
- update php 8.4.8 to 8.4.13 with bookworm base image
- switch from local docker builds to pre-built ghcr.io images for all versions
- maintain existing configuration files and environment samples
This commit is contained in:
pooneyy
2025-10-02 22:30:29 +08:00
parent 2c5ac82ec0
commit 833dcbd3cf
15 changed files with 37 additions and 49 deletions

View File

@@ -1,8 +1,6 @@
services:
php74a:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/pooneyy/php:7.4.33-fpm-alpine-php-unofficial
container_name: ${CONTAINER_NAME}
restart: always
networks: