bump php version

This commit is contained in:
2024-10-07 14:24:22 +07:00
parent 83e745af75
commit e9c6184540
5 changed files with 8 additions and 8 deletions

2
.env
View File

@@ -1,2 +1,2 @@
COMPOSER_VERSION=2.7.8 COMPOSER_VERSION=2.8.1
XDEBUG_VERSION=3.3.2 XDEBUG_VERSION=3.3.2

View File

@@ -6,9 +6,9 @@ Images can be found on [docker hub](https://hub.docker.com/repository/docker/dan
#### Supported versions #### Supported versions
* php 8.3.10 * php 8.3.12
* php 8.2.22 * php 8.2.24
* php 8.1.29 * php 8.1.30
* php 8.0.30 **(latest)** * php 8.0.30 **(latest)**
* php 7.4.33 * php 7.4.33
* xdebug 3.1.6 * xdebug 3.1.6
@@ -24,7 +24,7 @@ Images can be found on [docker hub](https://hub.docker.com/repository/docker/dan
* timecop 1.2.10 * timecop 1.2.10
All images includes: All images includes:
* composer 2.7.8 * composer 2.8.1
* xdebug 3.3.2 (except 7.x) * xdebug 3.3.2 (except 7.x)
* [zsh](https://www.zsh.org/), that allowed using [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) and its plugins for improving user experience. * [zsh](https://www.zsh.org/), that allowed using [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) and its plugins for improving user experience.

View File

@@ -1,4 +1,4 @@
FROM php:8.1.29-alpine FROM php:8.1.30-alpine
ARG COMPOSER_VERSION ARG COMPOSER_VERSION
ARG PHP_XDEBUG_VERSION=3.3.1 ARG PHP_XDEBUG_VERSION=3.3.1

View File

@@ -1,4 +1,4 @@
FROM php:8.2.22-alpine FROM php:8.2.24-alpine
ARG COMPOSER_VERSION ARG COMPOSER_VERSION
ARG PHP_XDEBUG_VERSION ARG PHP_XDEBUG_VERSION

View File

@@ -1,4 +1,4 @@
FROM php:8.3.10-alpine FROM php:8.3.12-alpine
ARG COMPOSER_VERSION ARG COMPOSER_VERSION
ARG PHP_XDEBUG_VERSION ARG PHP_XDEBUG_VERSION