This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG BINDLE_VERSION="v0.8.0"
1818RUN curl -fsSLo bindle.tar.gz https://bindle.blob.core.windows.net/releases/bindle-${BINDLE_VERSION}-linux-amd64.tar.gz && tar -xvf bindle.tar.gz && mv bindle bindle-server /usr/local/bin/
1919
2020# Install spin
21- ARG SPIN_VERSION="v0.10.0 "
21+ ARG SPIN_VERSION="v0.10.1 "
2222RUN curl -fsSLo spin.tar.gz https://github.com/fermyon/spin/releases/download/${SPIN_VERSION}/spin-${SPIN_VERSION}-linux-amd64.tar.gz && tar -xvf spin.tar.gz && mv spin /usr/local/bin/
2323
2424# Install Rust
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ARG BINDLE_VERSION="v0.8.0"
4343RUN mkdir bindle && cd bindle && curl -fsSLo bindle.tar.gz https://bindle.blob.core.windows.net/releases/bindle-${BINDLE_VERSION}-linux-amd64.tar.gz && tar -xvf bindle.tar.gz && mv bindle bindle-server README.md LICENSE.txt /usr/local/bin/ && cd - && rm -r bindle
4444
4545# Install spin
46- ARG SPIN_VERSION="v0.10.0 "
46+ ARG SPIN_VERSION="v0.10.1 "
4747RUN mkdir spin && cd spin && curl -fsSLo spin.tar.gz https://github.com/fermyon/spin/releases/download/${SPIN_VERSION}/spin-${SPIN_VERSION}-linux-amd64.tar.gz && tar -xvf spin.tar.gz && mv spin README.md LICENSE /usr/local/bin/ && cd - && rm -r spin
4848
4949# Install Rust
You can’t perform that action at this time.
0 commit comments