mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-09 15:28:01 +00:00
Merge pull request #3404 from nextcloud/nextcloud-container-update
Nextcloud dependency update
This commit is contained in:
commit
8687476799
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ FROM php:8.1.23-fpm-alpine3.18
|
|||
ENV PHP_MEMORY_LIMIT 512M
|
||||
ENV PHP_UPLOAD_LIMIT 10G
|
||||
ENV PHP_MAX_TIME 3600
|
||||
ENV NEXTCLOUD_VERSION 27.1.1
|
||||
ENV NEXTCLOUD_VERSION 27.1.0
|
||||
ENV AIO_TOKEN 123456
|
||||
ENV AIO_URL localhost
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ RUN set -ex; \
|
|||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.22; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install redis-6.0.0; \
|
||||
pecl install redis-6.0.1; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue