Update composer in nginx.Dockerfile

This commit is contained in:
philipp lang 2024-11-12 00:39:40 +01:00
parent ed1a8f30bc
commit 0467f24ff6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM composer:2.2.7 as composer FROM composer:2.7.9 as composer
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
RUN composer install --ignore-platform-reqs --no-dev RUN composer install --ignore-platform-reqs --no-dev