bump php and composer versions

This commit is contained in:
2022-01-13 18:28:30 +07:00
parent d3041e8695
commit 161c63e53c
4 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.1.0-alpine
FROM php:8.1.1-alpine
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 \
@@ -20,7 +20,7 @@ ARG PHP_XDEBUG_VERSION=3.1.2
RUN pecl install xdebug-${PHP_XDEBUG_VERSION} && docker-php-ext-enable xdebug
# Install composer
ARG COMPOSER_VERSION=2.2.0
ARG COMPOSER_VERSION=2.2.4
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \