Skip to content

Commit f0589c8

Browse files
authored
chore(ci): update Dockerfiles Rust version (#5587)
1 parent f38fb5c commit f0589c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.5-labs
2-
FROM rust:1.73.0 as chef
2+
FROM rust:1.75.0 as chef
33
RUN wget -q -O- https://github.com/LukeMathWalker/cargo-chef/releases/download/v0.1.62/cargo-chef-x86_64-unknown-linux-gnu.tar.gz | tar -zx -C /usr/local/bin
44
RUN cargo install --locked --root /usr/local libp2p-lookup --version 0.6.4
55
WORKDIR /app

protocols/perf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.5-labs
2-
FROM rust:1.67.0 as builder
2+
FROM rust:1.75.0 as builder
33

44
# Run with access to the target cache to speed up builds
55
WORKDIR /workspace

0 commit comments

Comments
 (0)