Skip to content

Commit 917645c

Browse files
committed
Update lcli version
1 parent ee220c3 commit 917645c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lcli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `lcli` requires the full project to be in scope, so this should be built either:
22
# - from the `lighthouse` dir with the command: `docker build -f ./lcli/Dockerflie .`
33
# - from the current directory with the command: `docker build -f ./Dockerfile ../`
4-
FROM rust:1.80.0-bullseye AS builder
4+
FROM rust:1.84.0-bullseye AS builder
55
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
66
COPY . lighthouse
77
ARG FEATURES

0 commit comments

Comments
 (0)