Skip to content

Commit 55dba4e

Browse files
authored
Update Rust to latest stable version (#998)
This updates Rust to the latest stable version for both server and bridge. That's it. Folks are recommended to update Rust locally as well. ``` rustup update ```
2 parents 9a2b592 + c8822f8 commit 55dba4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bridge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base build
2-
FROM rust:1.69-slim-bullseye AS build
2+
FROM rust:1.70-slim-bullseye AS build
33

44
RUN apt-get update && apt-get install -y \
55
build-essential=12.* \

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base build
2-
FROM rust:1.65-slim-bullseye AS build
2+
FROM rust:1.70-slim-bullseye AS build
33

44
RUN apt-get update && apt-get install -y build-essential=12.* checkinstall=1.* zlib1g-dev=1:* pkg-config=0.29.* libssl-dev=* --no-install-recommends
55

0 commit comments

Comments
 (0)