Skip to content

Commit

Permalink
Pin frankenphp to v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Oct 17, 2023
1 parent 177671d commit c195154
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 @@ -326,7 +326,7 @@ RUN chmod +x /usr/sbin/start-cron
RUN apk add --no-cache go~=1.20 --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 \
&& git clone https://github.com/dunglas/frankenphp.git --recursive --branch v1.0.0-beta.2 --single-branch \
&& cd /opt/frankenphp/caddy/frankenphp \
# make frankenphp to be happy about lphpzts82.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 c195154

Please sign in to comment.