Skip to content

Commit

Permalink
Update Rust version to 1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elonen authored Oct 6, 2023
1 parent d3c11ad commit 75a46c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim AS rust-bookworm-slim
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.65.0
RUST_VERSION=1.73.0

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 75a46c4

Please sign in to comment.