Skip to content

Commit

Permalink
chore(compiler): upgrade rust to 1.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-alchemy committed Aug 17, 2023
1 parent 47a741f commit 4c2eea7
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.69.0 AS chef-builder
FROM rust:1.71.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 4c2eea7

Please sign in to comment.