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