Skip to content

Commit c8822f8

Browse files
committed
Update Rust to latest stable version
This updates Rust to the latest stable version for both server and bridge. That's it. Folks are recommended to upgrade Rust locally as well. ``` rustup update ```
1 parent 9a2b592 commit c8822f8

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)