Merge pull request #958 from nextcloud/enh/noid/update-php-fpm-alpine

update php:fpm-alpine to 3.16
This commit is contained in:
Simon L 2022-07-26 19:47:32 +02:00 committed by GitHub
commit 651a9ac99f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; \