Skip to content

Commit

Permalink
Updating docker file with correct version info
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Mar 8, 2024
1 parent 90874c7 commit c59f3f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM rust:1.70.0 as base
FROM rust:1.75.0 as base
RUN cargo install cargo-chef --locked
RUN rustup component add rustfmt
RUN apt-get update && apt-get install -y clang cmake ssh
Expand Down
2 changes: 1 addition & 1 deletion cluster-endpoints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-cluster-endpoints"
version = "0.2.4"
edition = "2021"
description = "Core classes and methods used by solana lite rpc"
rust-version = "1.70.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-core"
version = "0.2.4"
edition = "2021"
description = "Core classes and methods used by solana lite rpc"
rust-version = "1.70.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-history"
version = "0.2.4"
edition = "2021"
description = "History implementations used by solana lite rpc"
rust-version = "1.70.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion stake_vote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "solana-lite-rpc-stakevote"
version = "0.2.4"
edition = "2021"
description = "History implementations used by solana lite rpc"
rust-version = "1.70.0"
rust-version = "1.75.0"
repository = "https://github.com/blockworks-foundation/lite-rpc"
license = "AGPL"

Expand Down

0 comments on commit c59f3f8

Please sign in to comment.