bump php and composer version

This commit is contained in:
2023-09-05 14:41:19 +07:00
parent 1f5584339a
commit 231fd8fc79
7 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ FROM php:7.2.34-alpine
ARG PHP_XDEBUG_VERSION=2.7.2
ARG PHP_RDKAFKA_VERSION=6.0.3
ARG PHP_TIMECOP_VERSION=1.2.10
ARG COMPOSER_VERSION=2.5.8
ARG COMPOSER_VERSION=2.6.2
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 \