bump 7.4 and 8.0 versions. bump composer version for 8.0

This commit is contained in:
2021-06-15 16:36:55 +07:00
parent 70da450da3
commit 7ff5b48509
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.0.5-alpine
FROM php:8.0.7-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 \
@@ -24,7 +24,7 @@ RUN pecl install xdebug-${PHP_XDEBUG_VERSION} && docker-php-ext-enable xdebug
#RUN pecl install rdkafka-${PHP_RDKAFKA_VERSION} && docker-php-ext-enable rdkafka
# Install composer
ARG COMPOSER_VERSION=2.0.13
ARG COMPOSER_VERSION=2.1.0
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \