diff --git a/Dockerfile b/Dockerfile index 3dda859..1de5a0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79.0 as build +FROM rust:1.82.0 as build RUN apt-get update