bump composer version

This commit is contained in:
2023-07-31 16:00:17 +07:00
parent 271287f818
commit 3d0cf328a4
7 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ FROM php:7.3.33-alpine
ARG PHP_XDEBUG_VERSION=2.9.8
ARG PHP_RDKAFKA_VERSION=6.0.3
ARG PHP_TIMECOP_VERSION=1.2.10
ARG COMPOSER_VERSION=2.5.6
ARG COMPOSER_VERSION=2.5.8
RUN apk update && apk add --no-cache $PHPIZE_DEPS \
&& apk add --no-cache zlib-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev openssl-dev \