Skip to content

Commit

Permalink
Merge pull request #5310 from nextcloud/nextcloud-container-update
Browse files Browse the repository at this point in the history
Nextcloud dependency update
  • Loading branch information
szaimen committed Sep 25, 2024
2 parents 2eb917f + 70d166f commit c55eece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN set -ex; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install igbinary-3.2.16; \
pecl install APCu-5.1.23; \
pecl install APCu-5.1.24; \
pecl install memcached-3.2.0 \
--configureoptions 'enable-memcached-igbinary="yes"'; \
pecl install redis-6.0.2 \
Expand Down

0 comments on commit c55eece

Please sign in to comment.