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.3.32-alpine
FROM php:7.3.33-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 @@ RUN docker-php-ext-configure imap --with-imap-ssl \
&& docker-php-ext-install imap
# 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} \