From 0cb0d986b3e7eff7c377605060f3029581b8ca12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Monterisi?= Date: Thu, 11 Jul 2024 17:14:20 +0200 Subject: [PATCH 1/2] =?UTF-8?q?mise=20=C3=A0=20jour=20Docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix de sécurité. On était pas impacté, mais c'est plus propre. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 141fc4e..6089a41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:labs # https://github.com/composer/composer/releases/ -ARG COMPOSER_VERSION=2.7.6 +ARG COMPOSER_VERSION=2.7.7 # voir https://hub.docker.com/_/php/tags?page=&page_size=&ordering=&name=fpm-a ARG PHP_VERSION=8.3.7 ARG ALPINE_VERSION=3.20 From 0e5f5a53d198cb59471652af8ba0627e6dd2a117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Monterisi?= Date: Wed, 17 Jul 2024 10:40:32 +0200 Subject: [PATCH 2/2] =?UTF-8?q?maj=20php=20-=20fix=20s=C3=A9curit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6089a41..4da5124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/composer/composer/releases/ ARG COMPOSER_VERSION=2.7.7 # voir https://hub.docker.com/_/php/tags?page=&page_size=&ordering=&name=fpm-a -ARG PHP_VERSION=8.3.7 +ARG PHP_VERSION=8.3.9 ARG ALPINE_VERSION=3.20 # https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases ARG PHP_CS_FIXER_VERSION=3.57.2