bump php versions for 8.0 and 8.1

This commit is contained in:
2022-01-25 09:44:31 +07:00
parent 6d39b7b7bf
commit af545d07be
3 changed files with 4 additions and 4 deletions

View File

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