bump php, composer, xdebug versions

This commit is contained in:
2021-12-10 11:23:17 +07:00
parent 55d2f99b7c
commit b035b310e8
5 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.4.25-alpine
FROM php:7.4.26-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 \
@@ -21,7 +21,7 @@ ARG PHP_RDKAFKA_VERSION=3.1.2
RUN pecl install rdkafka-${PHP_RDKAFKA_VERSION} && docker-php-ext-enable rdkafka
# Install composer
ARG COMPOSER_VERSION=1.10.23
ARG COMPOSER_VERSION=1.10.24
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \