Skip to content

Commit 9827a74

Browse files
committed
lock caddy version to 2.10 to fix docker buiilds
1 parent 3425847 commit 9827a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN CGO_ENABLED=1 \
1616
XCADDY_GO_BUILD_FLAGS="-ldflags='-w -s' -tags=nobadger,nomysql,nopgx" \
1717
CGO_CFLAGS=$(php-config --includes) \
1818
CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" \
19-
xcaddy build \
19+
xcaddy build v2.10.0 \
2020
--output /usr/local/bin/frankenphp \
2121
--with github.com/dunglas/frankenphp=./ \
2222
--with github.com/dunglas/frankenphp/caddy=./caddy/ \

0 commit comments

Comments
 (0)