Skip to content

Commit 6c55a67

Browse files
nextcloud-update automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04ffcb9 commit 6c55a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containers/nextcloud/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV SOURCE_LOCATION=/usr/src/nextcloud
88
ENV REDIS_DB_INDEX=0
99

1010
# AIO settings start # Do not remove or change this line!
11-
ENV NEXTCLOUD_VERSION=30.0.11
11+
ENV NEXTCLOUD_VERSION=30.0.13
1212
ENV AIO_TOKEN=123456
1313
ENV AIO_URL=localhost
1414
# AIO settings end # Do not remove or change this line!
@@ -79,7 +79,7 @@ RUN set -ex; \
7979
\
8080
# pecl will claim success even if one install fails, so we need to perform each install separately
8181
pecl install -o igbinary-3.2.16; \
82-
pecl install APCu-5.1.24; \
82+
pecl install APCu-5.1.26; \
8383
pecl install -D 'enable-memcached-igbinary="yes"' memcached-3.3.0; \
8484
pecl install -oD 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' redis-6.2.0; \
8585
pecl install -o imagick-3.8.0; \

0 commit comments

Comments
 (0)