File tree Expand file tree Collapse file tree 7 files changed +56
-0
lines changed Expand file tree Collapse file tree 7 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144
2+
3+ RUN apt-get update && apt-get install -qy git gnutls-bin
4+ RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.23/install)"
5+ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+ WORKDIR /build
7+
8+ CMD /bin/bash
Original file line number Diff line number Diff line change 1+ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144
2+
3+ RUN apt-get update && apt-get install -qy git gnutls-bin
4+ RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.24/install)"
5+ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+ WORKDIR /build
7+
8+ CMD /bin/bash
Original file line number Diff line number Diff line change 1+ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144
2+
3+ RUN apt-get update && apt-get install -qy git gnutls-bin
4+ RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.25/install)"
5+ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+ WORKDIR /build
7+
8+ CMD /bin/bash
Original file line number Diff line number Diff line change 1+ FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+ RUN apt-get update && apt-get install -qy git gnutls-bin
4+ RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.10/install)"
5+ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+ WORKDIR /build
7+
8+ CMD /bin/bash
Original file line number Diff line number Diff line change 1+ FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+ RUN apt-get update && apt-get install -qy git gnutls-bin
4+ RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.11/install)"
5+ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+ WORKDIR /build
7+
8+ CMD /bin/bash
Original file line number Diff line number Diff line change 1+ FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+ RUN apt-get update && apt-get install -qy git gnutls-bin
4+ RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.12/install)"
5+ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+ WORKDIR /build
7+
8+ CMD /bin/bash
Original file line number Diff line number Diff line change 1+ FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+ RUN apt-get update && apt-get install -qy git gnutls-bin
4+ RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.13/install)"
5+ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+ WORKDIR /build
7+
8+ CMD /bin/bash
You can’t perform that action at this time.
0 commit comments