Skip to content
Snippets Groups Projects
Commit 8fc2c1d5 authored by Renovate Bot's avatar Renovate Bot
Browse files

Update composer Docker tag to v2.5.8

parent 8937e8de
No related branches found
No related tags found
1 merge request!61Update composer Docker tag to v2.5.8
Pipeline #18439 passed
......@@ -7,7 +7,7 @@ variables:
PHPstan:
stage: test
image: composer:2.5.7
image: composer:2.5.8
before_script:
- composer install --ignore-platform-reqs
script:
......@@ -77,7 +77,7 @@ Webpack:
Composer:
stage: build
image: composer:2.5.7
image: composer:2.5.8
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
......
......@@ -4,7 +4,7 @@ COPY . ./
RUN yarn install --frozen-lockfile && \
yarn build
FROM --platform=$BUILDPLATFORM composer:2.5.7@sha256:ceefb734b18f081865dc00219eb50309bff741327553239a2b66ee0726a56ced as buildPHP
FROM --platform=$BUILDPLATFORM composer:2.5.8@sha256:64d484b3819da453729e5a2962747fc2dc7e3def1e0161167a4985eb488c10ab as buildPHP
WORKDIR /app
COPY . ./
RUN composer install --no-cache --no-interaction --prefer-dist --ignore-platform-reqs --optimize-autoloader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment