update php:fpm-alpine to 3.16

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-07-19 17:40:23 +02:00
parent bba267511c
commit d8d7d1c04c

View file

@ -1,5 +1,5 @@
# From https://github.com/nextcloud/docker/blob/master/23/fpm-alpine/Dockerfile
FROM php:8.0.21-fpm-alpine3.15
FROM php:8.0.21-fpm-alpine3.16
# Custom: change id of www-data user as it needs to be the same like on old installations
RUN set -ex; \