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

@@ -1,7 +1,7 @@
FROM php:8.0.29-alpine
ARG PHP_XDEBUG_VERSION=3.2.0
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 gd-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev \