diff --git a/Dockerfile b/Dockerfile index 4c8dff7..7d6c23e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.74.1 as build +FROM rust:1.82 as build ENV PKG_CONFIG_ALLOW_CROSS=1