bump php 7.4, 8.0, 8.1 versions

also optimize image for 8.x: delete unused deps after install all
extensions, make one docker layer for this
This commit is contained in:
2022-02-22 15:36:59 +07:00
parent af545d07be
commit 02cadef018
4 changed files with 22 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.4.27-alpine
FROM php:7.4.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 \