File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ The setup consists of 2 Docker images with a combined size of approximately 110
24
24
25
25
- web server ![ Docker Image Size (latest semver)] ( https://img.shields.io/docker/image-size/8ct8pus/apache-php-fpm-alpine?sort=semver )
26
26
- ` 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
29
29
- [ ` SPX ` prolifer dev-master] ( https://github.com/NoiseByNorthwest/php-spx )
30
- - ` composer ` 2.8.5
30
+ - ` composer ` 2.8.6
31
31
- ` zsh ` 5.9
32
32
- ` Alpine ` 3.21.3 with edge repositories
33
33
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ services:
10
10
# save mariadb databases to named volume
11
11
- database:/var/lib/mysql/
12
12
web :
13
+ # php 8.4.5
14
+ image : 8ct8pus/apache-php-fpm-alpine:2.4.2
13
15
# php 8.4.4
14
- image : 8ct8pus/apache-php-fpm-alpine:2.4.1
16
+ # image: 8ct8pus/apache-php-fpm-alpine:2.4.1
15
17
# php 8.4.1
16
18
# image: 8ct8pus/apache-php-fpm-alpine:2.4.0
17
19
# php 8.3.17
You can’t perform that action at this time.
0 commit comments