mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-26 00:22:36 +03:00
bump php 8.0 and 7.3 versions, bump composer version to fix vulnerability
This commit is contained in:
@@ -21,7 +21,7 @@ RUN docker-php-ext-configure imap --with-imap-ssl \
|
||||
&& docker-php-ext-install imap
|
||||
|
||||
# Install composer
|
||||
ARG COMPOSER_VERSION=1.10.17
|
||||
ARG COMPOSER_VERSION=1.10.22
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- \
|
||||
--filename=composer \
|
||||
--version=${COMPOSER_VERSION}\
|
||||
|
||||
Reference in New Issue
Block a user