Skip to content

Commit

Permalink
Merge pull request #190 from mlebrun/api-version-fix
Browse files Browse the repository at this point in the history
Dockerfile-8.1: fix API engine version to match what is built into the container
  • Loading branch information
mlebrun authored Mar 15, 2023
2 parents 1ff206d + bcf3d8c commit 7722011
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 7722011

Please sign in to comment.