File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ARG TARGETARCH
1313RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build \
1414 --with github.com/mholt/caddy-ratelimit \
1515 --with github.com/pberkel/caddy-storage-redis \
16- --with github.com/ggicci/caddy-jwt
16+ --with github.com/ggicci/caddy-jwt@28e0de3db362a787564352ec22e97aa743a371f3 #1.2.0
1717
1818# -----------------------------------------------------
1919# App Itself
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ RUN CGO_ENABLED=1 \
2424 --with github.com/dunglas/frankenphp@v${FRANKENPHP_VERSION}=./ \
2525 --with github.com/dunglas/frankenphp/caddy@v${FRANKENPHP_VERSION}=./caddy/ \
2626 --with github.com/dunglas/caddy-cbrotli@v1.0.1 \
27- --with github.com/ggicci/caddy-jwt@v1.1.2 \
27+ # caddy-jwt 1.2.0
28+ --with github.com/ggicci/caddy-jwt@28e0de3db362a787564352ec22e97aa743a371f3 \
2829 --with github.com/mholt/caddy-ratelimit@v0.1.0 \
2930 --with github.com/pberkel/caddy-storage-redis@v1.7.0
3031
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ ARG TARGETOS
1111ARG TARGETARCH
1212
1313RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build \
14- --with github.com/ueffel/caddy-brotli
14+ --with github.com/ueffel/caddy-brotli \
15+ --with github.com/ggicci/caddy-jwt@28e0de3db362a787564352ec22e97aa743a371f3 #1.2.0
1516
1617# -----------------------------------------------------
1718# Build kreuzberg PHP extension from Rust source
You can’t perform that action at this time.
0 commit comments