We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551df9b commit a110229Copy full SHA for a110229
pkg/docker/template.Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex \
13
&& apt-get update \
14
&& apt-get install --no-install-recommends --no-install-suggests -y \
15
ca-certificates git build-essential libssl-dev libpcre2-dev curl pkg-config libclang-dev cmake \
16
- && export RUST_VERSION=1.80.1 \
+ && export RUST_VERSION=1.83.0 \
17
&& export RUSTUP_HOME=/usr/src/unit/rustup \
18
&& export CARGO_HOME=/usr/src/unit/cargo \
19
&& export PATH=/usr/src/unit/cargo/bin:$PATH \
0 commit comments