update nextcloud container to php8.2

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2024-03-04 11:01:11 +01:00
parent 4c7f842cb2
commit 995fca1ba6

View file

@ -1,5 +1,5 @@
# 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_UPLOAD_LIMIT 10G
@ -169,6 +169,7 @@ RUN set -ex; \
bz2 \
imap \
pgsql \
ftp \
; \
pecl install smbclient; \
docker-php-ext-enable smbclient; \