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 3425847 commit 9827a74Copy full SHA for 9827a74
docker/prod/Dockerfile
@@ -16,7 +16,7 @@ RUN CGO_ENABLED=1 \
16
XCADDY_GO_BUILD_FLAGS="-ldflags='-w -s' -tags=nobadger,nomysql,nopgx" \
17
CGO_CFLAGS=$(php-config --includes) \
18
CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" \
19
- xcaddy build \
+ xcaddy build v2.10.0 \
20
--output /usr/local/bin/frankenphp \
21
--with github.com/dunglas/frankenphp=./ \
22
--with github.com/dunglas/frankenphp/caddy=./caddy/ \
0 commit comments