From 47ee26f9877701354fc04f2aeb12e09da354f06b Mon Sep 17 00:00:00 2001 From: Renovate Bot <jonas+renovate@jonasled.de> Date: Fri, 6 Sep 2024 10:11:43 +0000 Subject: [PATCH] Update composer Docker tag to v2.7.9 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7eee89..d51a654 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: PHPstan: stage: test - image: composer:2.7.1 + image: composer:2.7.9 before_script: - composer install --ignore-platform-reqs script: @@ -77,7 +77,7 @@ Webpack: Composer: stage: build - image: composer:2.7.1 + image: composer:2.7.9 script: - apk add php-cli composer php-gd php-ctype php-xml php-simplexml php-xmlwriter php-tokenizer php-session php-dom php-mysqli php-pdo_mysql - composer install --optimize-autoloader -- GitLab