Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit b06ec78

Browse files
committed
pkg/docker: Update rust to 1.89.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 19fa55e commit b06ec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/template.Dockerfile

Lines changed: 1 addition & 1 deletion
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.83.0 \
16+
&& export RUST_VERSION=1.89.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)