Skip to content

Commit 6fb4666

Browse files
committed
Enable OPCache for 8.5 pending upstream changes
See also #1587
1 parent 105bb3e commit 6fb4666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-linux.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ RUN set -eux; \
520520

521521
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
522522

523-
{{ if IN(rcVersion; "8.1", "8.2", "8.3", "8.4") then ( -}}
523+
{{ if IN(rcVersion; "8.1", "8.2", "8.3", "8.4", "8.5") then ( -}}
524524
# enable OPcache by default (https://wiki.php.net/rfc/make_opcache_required)
525525
RUN docker-php-ext-enable opcache
526526
{{ ) else "" end -}}

0 commit comments

Comments
 (0)