dump php 7.4 version, update readme

This commit is contained in:
2021-05-05 10:25:52 +07:00
parent 2e595eb3e8
commit 70da450da3
2 changed files with 2 additions and 2 deletions

View File

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