mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
update nextcloud container to php8.2
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4c7f842cb2
commit
995fca1ba6
1 changed files with 2 additions and 1 deletions
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue