bump php 7.4 and 8.0 versions

This commit is contained in:
2021-08-17 10:59:45 +07:00
parent 7ff5b48509
commit f62620d6cc
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.4.20-alpine
FROM php:7.4.22-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 \