Skip to content

Commit 2a13fb9

Browse files
committed
update rust version on Dockerfiles
1 parent 432fa03 commit 2a13fb9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/autonatv2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.75-alpine as builder
1+
FROM rust:1.81-alpine as builder
22

33
RUN apk add musl-dev
44

hole-punching-tests/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.75.0 as builder
2+
FROM rust:1.81.0 as builder
33

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

interop-tests/Dockerfile.chromium

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.75.0 as chef
2+
FROM rust:1.81 as chef
33
RUN rustup target add wasm32-unknown-unknown
44
RUN wget -q -O- https://github.com/rustwasm/wasm-pack/releases/download/v0.12.1/wasm-pack-v0.12.1-x86_64-unknown-linux-musl.tar.gz | tar -zx -C /usr/local/bin --strip-components 1 --wildcards "wasm-pack-*/wasm-pack"
55
RUN wget -q -O- https://github.com/WebAssembly/binaryen/releases/download/version_115/binaryen-version_115-x86_64-linux.tar.gz | tar -zx -C /usr/local/bin --strip-components 2 --wildcards "binaryen-version_*/bin/wasm-opt"

interop-tests/Dockerfile.native

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 lukemathwalker/cargo-chef:0.1.62-rust-1.75.0 as chef
2+
FROM lukemathwalker/cargo-chef:0.1.67-rust-bullseye as chef
33
WORKDIR /app
44

55
FROM chef AS planner

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.75.0 as chef
2+
FROM rust:1.81.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.75.0 as builder
2+
FROM rust:1.81.0 as builder
33

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

0 commit comments

Comments
 (0)