Skip to content

Commit a80c312

Browse files
committed
chore: update PHP to 8.5
1 parent 019f87f commit a80c312

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -------------- Build-time variables --------------
22
ARG NEXTCLOUD_VERSION=34.0.0
3-
ARG PHP_VERSION=8.4
3+
ARG PHP_VERSION=8.5
44
ARG NGINX_VERSION=1.30
55

66
ARG ALPINE_VERSION=3.23
@@ -62,7 +62,6 @@ RUN apk -U upgrade \
6262
bz2 \
6363
intl \
6464
ldap \
65-
opcache \
6665
pcntl \
6766
pdo_mysql \
6867
pdo_pgsql \

rootfs/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
zend_extension=opcache.so
21
opcache.enable=1
32
opcache.enable_cli=1
43
opcache.memory_consumption=<OPCACHE_MEM_SIZE>

0 commit comments

Comments
 (0)