Skip to content

Commit 4554779

Browse files
authored
Bump Rust toolchain to 1.86 (#1886)
2 parents 1be4f2b + db6f909 commit 4554779

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.81-slim-bookworm AS build
2+
FROM rust:1.86-slim-bookworm 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.83-slim-bookworm AS build
2+
FROM rust:1.86-slim-bookworm AS build
33

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

svix-cli/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.81-slim-bookworm AS build
2+
FROM rust:1.86-slim-bookworm AS build
33

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

0 commit comments

Comments
 (0)