Skip to content

Commit

Permalink
fix(docker): update rust to new stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 25, 2023
1 parent 637805a commit f7e6f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Adapted from https://github.com/paradigmxyz/reth/blob/main/Dockerfile
# syntax=docker/dockerfile:1.4

FROM rust:1.71.0 AS chef-builder
FROM rust:1.72.0 AS chef-builder

# Install system dependencies
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
Expand Down

0 comments on commit f7e6f1c

Please sign in to comment.