Skip to content

Commit

Permalink
Use frankenphp 1.1.0 for php 8.3-zts
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Feb 7, 2024
1 parent 2cf79d6 commit 4a3333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ RUN chmod +x /usr/sbin/start-cron
RUN apk add --no-cache go~=1.21 --virtual .go-build-deps \
&& apk add --no-cache libxml2-dev sqlite-dev build-base openssl-dev ${PHP_PACKAGE_BASENAME}-dev~=${PHP_VERSION} --virtual .build-deps \
&& cd /opt \
&& git clone https://github.com/dunglas/frankenphp.git --recursive --branch v1.0.3 --single-branch \
&& git clone https://github.com/dunglas/frankenphp.git --recursive --branch v1.1.0 --single-branch \
&& cd /opt/frankenphp/caddy/frankenphp \
# make frankenphp to be happy about lphpzts83.so and not require us to have a lphp.so
&& sed -i -e "s/lphp/l${PHP_PACKAGE_BASENAME}/g" ../../frankenphp.go \
Expand Down

0 comments on commit 4a3333c

Please sign in to comment.