diff --git a/Dockerfile b/Dockerfile index a92fd04..228b4f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.33.0-slim +FROM rust:1.34.0-slim RUN apt-get update RUN apt-get install -y clang cmake