1 parent 019f87f commit a80c312Copy full SHA for a80c312
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
# -------------- Build-time variables --------------
2
ARG NEXTCLOUD_VERSION=34.0.0
3
-ARG PHP_VERSION=8.4
+ARG PHP_VERSION=8.5
4
ARG NGINX_VERSION=1.30
5
6
ARG ALPINE_VERSION=3.23
@@ -62,7 +62,6 @@ RUN apk -U upgrade \
62
bz2 \
63
intl \
64
ldap \
65
- opcache \
66
pcntl \
67
pdo_mysql \
68
pdo_pgsql \
rootfs/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini
@@ -1,4 +1,3 @@
-zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=<OPCACHE_MEM_SIZE>
0 commit comments