From f7e6f1c502ef8165cdcf67c90c3f10538a17aed6 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Mon, 25 Sep 2023 18:52:36 -0400 Subject: [PATCH] fix(docker): update rust to new stable version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a916b7078..6d0492c0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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