mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
docker rust version update (#3353)
## Issue Addressed The lcli and antithesis docker builds are failing in unstable so bumping all the versions here Co-authored-by: realbigsean <sean@sigmaprime.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.58.1-bullseye AS builder
|
||||
FROM rust:1.62.1-bullseye AS builder
|
||||
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
|
||||
COPY . lighthouse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user