bump composer 2.x version

This commit is contained in:
2022-12-23 10:29:44 +07:00
parent 42f9932d25
commit e0362b4d04
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FROM php:8.2.0-alpine
ARG PHP_XDEBUG_VERSION=3.2.0
ARG COMPOSER_VERSION=2.5.0
ARG COMPOSER_VERSION=2.5.1
RUN apk update && apk add --no-cache $PHPIZE_DEPS \
&& apk add --no-cache zlib-dev gd-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev \