A pit full of rusty nails

Fix docker build for unstable tokio

+1 -1
+1 -1
Dockerfile
··· 33 33 else echo "Unsupported architecture $TARGETPLATFORM"; exit 1; \ 34 34 fi 35 35 36 - RUN RUSTFLAGS="$(cat /.target-cpu)" cargo zigbuild --release --locked --target "$(cat /.target)" && \ 36 + RUN RUSTFLAGS="$(cat /.target-cpu) --cfg tokio_unstable" cargo zigbuild --release --locked --target "$(cat /.target)" && \ 37 37 mv ./target/$(cat /.target)/release/nailpit . 38 38 39 39 FROM gcr.io/distroless/static-debian13:latest AS runtime