We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d26a0a + 619887d commit 587edd2Copy full SHA for 587edd2
conf/buildpack.conf
@@ -48,3 +48,4 @@ mongodb_version="1.19.4"
48
librabbitmq_version="0.14.0"
49
amqp_version="2.1.2"
50
phpredis_version="6.0.2"
51
+apcu_version="5.1.24"
support/ext/apcu
@@ -8,7 +8,8 @@ fi
8
9
php_version=${1:=8.2}
10
11
-apcu_version=5.1.23
+# $apcu_version, $PREFIX and $EXT_DIR are loaded from buildpack.conf
12
+source "/buildpack/conf/buildpack.conf"
13
14
curl --location "https://pecl.php.net/get/apcu-${apcu_version}.tgz" \
15
| tar --extract --gzip --verbose
0 commit comments