diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-08-27 17:15:48 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-09-03 21:06:15 +0100 |
| commit | b06ec78a78f4db8d7e2c4487b5ffb1c1ae3fa6b9 (patch) | |
| tree | 3b3e95d3a58805b5956a9f12f60ebab803e64664 /pkg | |
| parent | 19fa55e9f43e1c20de444f24b2db6fa59cc97132 (diff) | |
| download | unit-b06ec78a78f4db8d7e2c4487b5ffb1c1ae3fa6b9.tar.gz unit-b06ec78a78f4db8d7e2c4487b5ffb1c1ae3fa6b9.tar.bz2 | |
pkg/docker: Update rust to 1.89.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'pkg')
| -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 3d2c3884..72badac6 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.83.0 \ + && export RUST_VERSION=1.89.0 \ && export RUSTUP_HOME=/usr/src/unit/rustup \ && export CARGO_HOME=/usr/src/unit/cargo \ && export PATH=/usr/src/unit/cargo/bin:$PATH \ |
