File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ AWS Lambda change log
33
44## ?.?.? / ????-??-??
55
6+ ## 6.2.0 / 2025-09-06
7+
8+ * Build runtime with XP runners from GitHub. See xp-runners/reference #90
9+ (@thekid )
10+
611## 6.1.0 / 2025-07-24
712
813* Removed default memory limit for PHP, let lambda infrastructure take
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
2929 make -j $(nproc) all install
3030
3131# Create XP Bootstrap
32- RUN curl -L https://baltocdn .com/xp-framework/xp- runners/distribution/downloads/e/entrypoint /xp-run-${xp_version}.sh \
32+ RUN curl -L https://github .com/xp-runners/reference/releases/download/v${xp_version} /xp-run-${xp_version}.sh \
3333 | sed -e 's/"$@"/xp.lambda.AwsRunner/g' > /opt/php/bootstrap \
3434 && chmod 755 /opt/php/bootstrap \
3535 && head -1 /opt/php/bootstrap | grep '^#!'
You can’t perform that action at this time.
0 commit comments