diff --git a/Dockerfile b/Dockerfile index ed66497..45c1cf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG RUST_VER=1.45.2 +ARG RUST_VER=1.46.0 RUN apt update -y -q \ && apt upgrade -y -q \