✨ 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user