diff --git a/Dockerfile b/Dockerfile index 15184c8..e2868a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG RUST_VER=1.60.0 +ARG RUST_VER=1.61.0 RUN apt update -y -q \ && apt upgrade -y -q \