From aed9fb0cd35ae0012000169236d77ba7c293e125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Salom=C3=A9?= Date: Thu, 31 Oct 2024 03:52:54 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=B3=20docker]=20Update=20minor=20dock?= =?UTF-8?q?er=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- Dockerfile-dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 18427d2..62b2ed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG PHP_VERSION=8.3.13-alpine # https://hub.docker.com/_/php/tags?page=1&name=8.3 -ARG COMPOSER_VERSION=2.8.1 # https://hub.docker.com/_/composer/tags +ARG COMPOSER_VERSION=2.8.2 # https://hub.docker.com/_/composer/tags ARG PHPEXTINST_VERSION=2.5.2 # https://github.com/mlocati/docker-php-extension-installer/releases ARG UUID_VERSION=1.2.0 # https://pecl.php.net/package/uuid diff --git a/Dockerfile-dev b/Dockerfile-dev index 320011e..ab793a0 100644 --- a/Dockerfile-dev +++ b/Dockerfile-dev @@ -1,4 +1,4 @@ -ARG COMPOSER_VERSION=2.8.1 # https://hub.docker.com/_/composer/tags +ARG COMPOSER_VERSION=2.8.2 # https://hub.docker.com/_/composer/tags ARG PHIVE_VERSION=0.15.3 # https://github.com/phar-io/phive/releases ARG PHPEXTINST_VERSION=2.5.2 # https://github.com/mlocati/docker-php-extension-installer/releases ARG UUID_VERSION=1.2.0 # https://pecl.php.net/package/uuid