File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 phpversion :
17- - ' 8.4'
17+ # - '8.4'
1818 - ' 8.5'
1919 - ' 8.5-frankenphp'
2020 - ' 8.5-www'
4545 fail-fast : false
4646 matrix :
4747 phpversion :
48- - ' 8.4'
48+ # - '8.4'
4949 - ' 8.5'
5050 - ' 8.5-frankenphp'
5151 - ' 8.5-www'
7878 fail-fast : false
7979 matrix :
8080 phpversion :
81- - ' 8.4'
81+ # - '8.4'
8282 - ' 8.5'
8383 - ' 8.5-frankenphp'
8484 - ' 8.5-www'
Original file line number Diff line number Diff line change 1+ ARG CADDY_VERSION=2.11
2+
13# -----------------------------------------------------
24# Caddy Modules Builder
35# -----------------------------------------------------
46FROM dunglas/frankenphp:1-builder-php8.5-trixie AS builder
57
68# Copy xcaddy from caddy builder
7- COPY --from=caddy:builder /usr/bin/xcaddy /usr/bin/xcaddy
9+ COPY --from=caddy:${CADDY_VERSION}- builder /usr/bin/xcaddy /usr/bin/xcaddy
810
911# Build FrankenPHP with custom Caddy modules
1012RUN CGO_ENABLED=1 \
@@ -16,10 +18,10 @@ RUN CGO_ENABLED=1 \
1618 --output /usr/local/bin/frankenphp \
1719 --with github.com/dunglas/frankenphp=./ \
1820 --with github.com/dunglas/frankenphp/caddy=./caddy/ \
21+ --with github.com/dunglas/caddy-cbrotli \
1922 --with github.com/mholt/caddy-ratelimit \
20- --with github.com/pberkel/caddy-storage-redis \
21- --with github.com/ggicci/caddy-jwt \
22- --with github.com/dunglas/caddy-cbrotli
23+ --with github.com/gamalan/caddy-tlsredis \
24+ --with github.com/ggicci/caddy-jwt
2325
2426# -----------------------------------------------------
2527# FrankenPHP
You can’t perform that action at this time.
0 commit comments