diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-12-18 14:18:11 -0800 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-12-18 14:50:41 -0800 |
commit | a1102295a7d537970612a9e8cb0fdd110b67f66a (patch) | |
tree | affc047ad59477ef9a4fc931cfb275057f457e7e | |
parent | 551df9bbe2bd7d0f123b61ef89c802e172ccf1bd (diff) | |
download | unit-a1102295a7d537970612a9e8cb0fdd110b67f66a.tar.gz unit-a1102295a7d537970612a9e8cb0fdd110b67f66a.tar.bz2 |
Docker: update Rust version
-rw-r--r-- | pkg/docker/template.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/template.Dockerfile b/pkg/docker/template.Dockerfile index fe3c45ae..3d2c3884 100644 --- a/pkg/docker/template.Dockerfile +++ b/pkg/docker/template.Dockerfile @@ -13,7 +13,7 @@ RUN set -ex \ && apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y \ ca-certificates git build-essential libssl-dev libpcre2-dev curl pkg-config libclang-dev cmake \ - && export RUST_VERSION=1.80.1 \ + && export RUST_VERSION=1.83.0 \ && export RUSTUP_HOME=/usr/src/unit/rustup \ && export CARGO_HOME=/usr/src/unit/cargo \ && export PATH=/usr/src/unit/cargo/bin:$PATH \ |