Skip to content

Commit

Permalink
update rust and path
Browse files Browse the repository at this point in the history
  • Loading branch information
magick93 committed Nov 26, 2024
1 parent cb96e77 commit eb2d461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anchor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.78.0-bullseye AS builder
FROM rust:1.80.0-bullseye AS builder
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
COPY . anchor
ARG FEATURES
Expand All @@ -15,4 +15,4 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
ca-certificates \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/cargo/bin/lighthouse /usr/local/bin/lighthouse
COPY --from=builder /usr/local/cargo/bin/anchor /usr/local/bin/anchor

0 comments on commit eb2d461

Please sign in to comment.