We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec0c96 commit fe4c697Copy full SHA for fe4c697
8.5/Dockerfile
@@ -31,12 +31,12 @@ COPY ./8.5/overlay /
31
32
ENV \
33
# PHP config directory
34
- BF_PHP_DIR="/etc/php84" \
+ BF_PHP_DIR="/etc/php85" \
35
# offical php.ini template to download
36
BF_PHP_ENV="production" \
37
# space-separated extensions to install on startup
38
BF_PHP_EXT= \
39
# PHP package prefix
40
- BF_PHP_PREFIX="php84"
+ BF_PHP_PREFIX="php85"
41
42
RUN bf-install
8.5/PHP_PREFIX
@@ -1 +1 @@
1
-php84
+php85
8.5/overlay/tmp/PHP_BUILD
-8.4.14-r0
+8.5.0-r0
8.5/overlay/tmp/PHP_REVISION
-8.4.14
+8.5.0
0 commit comments