Skip to content

Commit 8fb5546

Browse files
author
Marc Wolf
committed
[TASK] Raise to PHP 8.2.8
1 parent cbf41b8 commit 8fb5546

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Docker compose PHP FPM 8.2.7, Xdebug 3.2.1, Nginx 1.24.0, Redis 7.0.11 and MariaDB 10.11.3
1+
# Docker compose PHP FPM 8.2.8, Xdebug 3.2.1, Nginx 1.24.0, Redis 7.0.11 and MariaDB 10.11.3
22

33
![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
4-
![php](https://img.shields.io/badge/PHP_FPM-8.2.7-brightgreen.svg)
4+
![php](https://img.shields.io/badge/PHP_FPM-8.2.8-brightgreen.svg)
55
![xdebug](https://img.shields.io/badge/Xdebug-3.2.1-brightgreen.svg)
66
![nginx](https://img.shields.io/badge/nginx-1.24.0-brightgreen.svg)
77
![redis](https://img.shields.io/badge/Redis-7.0.11-brightgreen.svg)
88
![mariadb](https://img.shields.io/badge/MariaDB-10.11.3-brightgreen.svg)
99

1010
* Easy setup with [docker-compose](https://docs.docker.com/compose/) and [Dockerfile](https://docs.docker.com/engine/reference/builder/) under usage from [Docker](https://www.docker.com)
11-
* Uses [PHP 8.2.7](https://www.php.net) for better performance, lower CPU and memory usage
11+
* Uses [PHP 8.2.8](https://www.php.net) for better performance, lower CPU and memory usage
1212
* And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
1313
* Built on the lightweight [nginx 1.24.0](https://nginx.org) webserver
1414
* Debugging with [Xdebug 3.2.1](https://xdebug.org)

docker/php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.7-fpm
1+
FROM php:8.2.8-fpm
22
WORKDIR "/app"
33

44
# Update

0 commit comments

Comments
 (0)