Merge pull request #4320 from nextcloud/enh/2534/update-to-php8.2

update nextcloud container to php8.2
This commit is contained in:
Simon L 2024-03-04 11:06:36 +01:00 committed by GitHub
commit 45e87ca05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:latest # syntax=docker/dockerfile:latest
FROM php:8.1.27-fpm-alpine3.19 FROM php:8.2.16-fpm-alpine3.19
ENV PHP_MEMORY_LIMIT 512M ENV PHP_MEMORY_LIMIT 512M
ENV PHP_UPLOAD_LIMIT 10G ENV PHP_UPLOAD_LIMIT 10G
@ -169,6 +169,7 @@ RUN set -ex; \
bz2 \ bz2 \
imap \ imap \
pgsql \ pgsql \
ftp \
; \ ; \
pecl install smbclient; \ pecl install smbclient; \
docker-php-ext-enable smbclient; \ docker-php-ext-enable smbclient; \