Merge pull request #3404 from nextcloud/nextcloud-container-update

Nextcloud dependency update
This commit is contained in:
Simon L 2023-09-27 11:02:41 +02:00 committed by GitHub
commit 8687476799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \