Skip to content

Commit bd195ea

Browse files
committed
Update php to 8.3.13 RC1
1 parent 6efbfe0 commit bd195ea

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ A lightweight `php` / `MySQL` sandbox for learning, testing and debugging code.
2323
The setup consists of 2 Docker images with a combined size of approximately 110 MB.
2424

2525
- web server ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/8ct8pus/apache-php-fpm-alpine?sort=semver)
26-
- `Apache` 2.4.59 with SSL
27-
- `php-fpm` 8.3.7
28-
- `Xdebug` 3.3.2 - debugger and profiler
26+
- `Apache` 2.4.62 with SSL
27+
- `php-fpm` 8.3.13 RC1
28+
- `Xdebug` 3.4.0 beta 1 - debugger and profiler
2929
- [`SPX` prolifer dev-master](https://github.com/NoiseByNorthwest/php-spx)
30-
- `composer` 2.6.5
30+
- `composer` 2.8.1
3131
- `zsh` 5.9
32-
- `Alpine` 3.19.1 with edge repositories
32+
- `Alpine` 3.20.3 with edge repositories
3333

3434
- database server ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/8ct8pus/mariadb-alpine?sort=semver)
3535
- `MariaDB` 10.11.6

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.7'
2-
31
services:
42
mariadb:
53
image: 8ct8pus/mariadb-alpine:1.0.12
@@ -12,8 +10,10 @@ services:
1210
# save mariadb databases to named volume
1311
- database:/var/lib/mysql/
1412
web:
13+
# php 8.3.13 RC1
14+
image: 8ct8pus/apache-php-fpm-alpine:2.3.2
1515
# php 8.3.7 - iconv fix
16-
image: 8ct8pus/apache-php-fpm-alpine:2.3.1
16+
#image: 8ct8pus/apache-php-fpm-alpine:2.3.1
1717
# php 8.3.0
1818
#image: 8ct8pus/apache-php-fpm-alpine:2.2.0
1919
# php 8.2.11 with virtual hosts with new self-signed certificates generator

0 commit comments

Comments
 (0)