Skip to content

Commit

Permalink
Merge branch 'master' into galargh/s3-build-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs authored Sep 3, 2024
2 parents 4b4c88f + f0589c8 commit 3882f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.5-labs
FROM rust:1.73.0 as chef
FROM rust:1.75.0 as chef
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
RUN cargo install --locked --root /usr/local libp2p-lookup --version 0.6.4
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion protocols/perf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.5-labs
FROM rust:1.67.0 as builder
FROM rust:1.75.0 as builder

# Run with access to the target cache to speed up builds
WORKDIR /workspace
Expand Down

0 comments on commit 3882f00

Please sign in to comment.