Skip to content

Commit

Permalink
chore: fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Nov 1, 2024
1 parent ff8cdaa commit 7aca737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV USER=solana
ARG SOLANA=1.18.22
ARG RUST_VERSION=1.81.0
RUN rustup toolchain install ${RUST_VERSION} && \
rustup default ${RUST_VERSION} && \
rustup default ${RUST_VERSION}
ENV CARGO_HOME=/usr/local/cargo
ENV RUSTUP_HOME=/usr/local/rustup
ENV PATH=${PATH}:/usr/local/cargo/bin:/go/bin:/home/${USER}/.local/share/solana/install/releases/${SOLANA}/bin
Expand Down

0 comments on commit 7aca737

Please sign in to comment.