bump php versions

This commit is contained in:
2021-08-31 13:51:25 +07:00
parent f62620d6cc
commit 61db0ca3cf
4 changed files with 6 additions and 6 deletions

View File

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