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

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