Skip to content

Commit 256d5c7

Browse files
committed
Enable OPCache for 8.5 pending upstream changes
See also #1587
1 parent 7e8a18a commit 256d5c7

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
@@ -524,7 +524,7 @@ RUN set -eux; \
524524

525525
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
526526

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

0 commit comments

Comments
 (0)