bump composer version, bump php 8.2 and 8.1

add gitignore
This commit is contained in:
2023-05-24 15:22:26 +07:00
parent f85e8a7538
commit cc1a424e46
8 changed files with 17 additions and 16 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.5
ARG COMPOSER_VERSION=2.5.6
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 \