Updating dependencies

This commit is contained in:
Mehdi Benadel 2022-12-24 16:48:05 +01:00 committed by Mehdi Zakaria Benadel (Rebase PR Action)
parent 5541af4f4b
commit 9ad4141d34
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
FROM php:8.0-apache
FROM php:8.1-apache
ENV COMPOSER_MEMORY_LIMIT=-1
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /var/www/
# Get Composer binary
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.4.4 /usr/bin/composer /usr/bin/composer
# Install package dependencies
RUN apt-get update \