Skip to content

Commit

Permalink
Update Rust version in lcli Dockerfile. (#5002)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen authored Dec 12, 2023
1 parent 153aaa1 commit 7f64738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `lcli` requires the full project to be in scope, so this should be built either:
# - from the `lighthouse` dir with the command: `docker build -f ./lcli/Dockerflie .`
# - from the current directory with the command: `docker build -f ./Dockerfile ../`
FROM rust:1.69.0-bullseye AS builder
FROM rust:1.73.0-bullseye AS builder
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
COPY . lighthouse
ARG PORTABLE
Expand Down

0 comments on commit 7f64738

Please sign in to comment.