Skip to content

Commit

Permalink
Dockerfile-8.1: fix API engine version to match what is built into th…
Browse files Browse the repository at this point in the history
…e container
  • Loading branch information
mlebrun committed Mar 14, 2023
1 parent 1ff206d commit bcf3d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-8.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV CONF_PHPFPM=/etc/php/8.1/fpm/php-fpm.conf \
PHP_OPCACHE_INTERNED_STRINGS_BUFFER=16 \
PHP_OPCACHE_MAX_WASTED_PERCENTAGE=5 \
PHP_OPCACHE_ENABLE_CLI=1 \
PHP_ENGINE_VERSION=20200930 \
PHP_ENGINE_VERSION=20210902 \
CFG_APP_DEBUG=1

COPY ./scripts/ /scripts/
Expand Down

0 comments on commit bcf3d8c

Please sign in to comment.