Skip to content

Commit f7f0ae7

Browse files
committed
frenken version
1 parent 42f9e5c commit f7f0ae7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

8.5-www/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
# -----------------------------------------------------

0 commit comments

Comments
 (0)