bump php 7.4.x version

This commit is contained in:
2021-12-01 15:06:35 +07:00
parent e7157ca689
commit 55d2f99b7c
2 changed files with 2 additions and 2 deletions

View File

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