File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ RUN CGO_ENABLED=1 \
1919 CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" \
2020 xcaddy build \
2121 --output /usr/local/bin/frankenphp \
22- --with github.com/dunglas/frankenphp=./ \
23- --with github.com/dunglas/frankenphp/caddy=./caddy/ \
24- --with github.com/dunglas/caddy-cbrotli \
25- --with github.com/ggicci/caddy-jwt \
26- --with github.com/mholt/caddy-ratelimit \
27- --with github.com/pberkel/caddy-storage-redis \
22+ --with github.com/dunglas/frankenphp@v${FRANKENPHP_VERSION} =./ \
23+ --with github.com/dunglas/frankenphp/caddy@v${FRANKENPHP_VERSION} =./caddy/ \
24+ --with github.com/dunglas/caddy-cbrotli@v1.0.1 \
25+ --with github.com/ggicci/caddy-jwt@v1.1.2 \
26+ --with github.com/mholt/caddy-ratelimit@v0.1.0 \
27+ --with github.com/pberkel/caddy-storage-redis@v1.7.0 \
2828 --with github.com/sctr/frankenphp-tailwind-merge
2929
3030# -----------------------------------------------------
You can’t perform that action at this time.
0 commit comments