Quellcode durchsuchen

Dockerfile.client: solana 1.8.1 -> 1.9.4

commit-id:643299d3
Stan Drozd vor 3 Jahren
Ursprung
Commit
38e640f608
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Dockerfile.client

+ 1 - 1
Dockerfile.client

@@ -3,7 +3,7 @@ FROM docker.io/library/rust:1.49@sha256:a50165ea96983c21832578afb1c8c028674c965b
 
 RUN apt-get update && apt-get install -yq libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang ncat
 RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
-RUN curl -sSfL https://release.solana.com/v1.8.1/install | sh
+RUN curl -sSfL https://release.solana.com/v1.9.4/install | sh
 
 RUN rustup default nightly-2022-01-02
 RUN rustup component add rustfmt