update to php 8.1 fpm alpine as base

This commit is contained in:
Micha Gläß-Stöcker 2022-06-02 21:21:54 +02:00
parent bee28dd1de
commit afea96bdb7

View file

@ -1,4 +1,4 @@
FROM wordpress:fpm-alpine
FROM wordpress:php8.1-fpm-alpine
RUN apk update && apk add --no-cache freetype-dev \
libjpeg-turbo-dev \