Skip to content

Commit

Permalink
chore: update rust version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Oct 5, 2023
1 parent 007ae88 commit 209a071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/stacks-pyth-relayer.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src

RUN apt update && apt install -y ca-certificates pkg-config libssl-dev libclang-11-dev

RUN rustup update 1.67.0 && rustup default 1.67.0
RUN rustup update 1.72.0 && rustup default 1.72.0

COPY ./relayer /relayer

Expand Down

0 comments on commit 209a071

Please sign in to comment.