- fix docker files

This commit is contained in:
2023-06-16 11:22:01 +02:00
parent 08133d0b05
commit 9518d6a811
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
FROM php:8.1-fpm-alpine
ARG XDEBUG_VERSION=3.1.6
ARG XDEBUG_VERSION=3.2.1
ARG INSTALL_XDEBUG=false
ARG COMPOSER_VERSION=2.4.4
ARG COMPOSER_VERSION=2.5.8
ENV COMPOSER_HOME=/application/.composer
ENV COMPOSER_MEMORY_LIMIT=-1