Merge pull request #2605 from nextcloud/enh/noid/update-nextcloud-to-php8.1

update Nextcloud container to php 8.1 and alpine 3.17
This commit is contained in:
Simon L 2023-05-30 11:32:34 +02:00 committed by GitHub
commit 8bd7e11ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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