diff --git a/Dockerfile b/Dockerfile index 1914422..4eb43c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,6 @@ RUN dnf clean all ENV PATH="/root/.cargo/bin:${PATH}" -RUN rustup default 1.52.1 && \ +RUN rustup default 1.53.0 && \ rustup target add x86_64-unknown-linux-musl && \ rustup update