Skip to content

Commit a110229

Browse files
committed
Docker: update Rust version
1 parent 551df9b commit a110229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/template.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex \
1313
&& apt-get update \
1414
&& apt-get install --no-install-recommends --no-install-suggests -y \
1515
ca-certificates git build-essential libssl-dev libpcre2-dev curl pkg-config libclang-dev cmake \
16-
&& export RUST_VERSION=1.80.1 \
16+
&& export RUST_VERSION=1.83.0 \
1717
&& export RUSTUP_HOME=/usr/src/unit/rustup \
1818
&& export CARGO_HOME=/usr/src/unit/cargo \
1919
&& export PATH=/usr/src/unit/cargo/bin:$PATH \

0 commit comments

Comments
 (0)