bump php 8.2, 8.3, composer versions

This commit is contained in:
2024-03-22 10:03:18 +07:00
parent a4fd61c743
commit a5774f098d
4 changed files with 6 additions and 6 deletions

2
.env
View File

@@ -1 +1 @@
COMPOSER_VERSION=2.7.1 COMPOSER_VERSION=2.7.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.3 * php 8.3.4
* xdebug 3.3.1 * xdebug 3.3.1
* php 8.2.16 * php 8.2.17
* xdebug 3.3.1 * xdebug 3.3.1
* php 8.1.27 * php 8.1.27
* xdebug 3.3.1 * xdebug 3.3.1
@@ -28,7 +28,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.1 * composer 2.7.2
* [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.
#### Build #### Build

View File

@@ -1,4 +1,4 @@
FROM php:8.2.16-alpine FROM php:8.2.17-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.3.3-alpine FROM php:8.3.4-alpine
ARG COMPOSER_VERSION ARG COMPOSER_VERSION
ARG PHP_XDEBUG_VERSION=3.3.1 ARG PHP_XDEBUG_VERSION=3.3.1