Skip to content

Commit db6f909

Browse files
committed
Bump Rust toolchain to 1.86
1 parent 1be4f2b commit db6f909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: bridge/Dockerfile

+1-1
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.* \

Diff for: server/Dockerfile

+1-1
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.* \

Diff for: svix-cli/Dockerfile

+1-1
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)