bump php 8.0 and 7.3 versions, bump composer version to fix vulnerability

This commit is contained in:
2021-04-30 15:48:11 +07:00
parent 9d1eb5463f
commit df72085fd3
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.3.27-alpine
FROM php:7.3.28-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.17
ARG COMPOSER_VERSION=1.10.22
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \