bump composer version for all 7.x php versions

This commit is contained in:
2023-01-18 10:25:10 +07:00
parent 7921f79c6a
commit a30bc6c3b2
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ FROM php:7.3.33-alpine
ARG PHP_XDEBUG_VERSION=2.9.8
ARG PHP_RDKAFKA_VERSION=3.1.2
ARG PHP_TIMECOP_VERSION=1.2.10
ARG COMPOSER_VERSION=1.10.26
ARG COMPOSER_VERSION=2.5.1
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 \