Skip to content

Commit 25a448a

Browse files
committed
Update php to 8.4.5
1 parent 2bde300 commit 25a448a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The setup consists of 2 Docker images with a combined size of approximately 110
2424

2525
- web server ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/8ct8pus/apache-php-fpm-alpine?sort=semver)
2626
- `Apache` 2.4.63 with SSL
27-
- `php-fpm` 8.4.4
28-
- `Xdebug` 3.4.1 - debugger and profiler
27+
- `php-fpm` 8.4.5
28+
- `Xdebug` 3.4.2 - debugger and profiler
2929
- [`SPX` prolifer dev-master](https://github.com/NoiseByNorthwest/php-spx)
30-
- `composer` 2.8.5
30+
- `composer` 2.8.6
3131
- `zsh` 5.9
3232
- `Alpine` 3.21.3 with edge repositories
3333

docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ services:
1010
# save mariadb databases to named volume
1111
- database:/var/lib/mysql/
1212
web:
13+
# php 8.4.5
14+
image: 8ct8pus/apache-php-fpm-alpine:2.4.2
1315
# php 8.4.4
14-
image: 8ct8pus/apache-php-fpm-alpine:2.4.1
16+
#image: 8ct8pus/apache-php-fpm-alpine:2.4.1
1517
# php 8.4.1
1618
#image: 8ct8pus/apache-php-fpm-alpine:2.4.0
1719
# php 8.3.17

0 commit comments

Comments
 (0)