Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 415a76c

Browse files
authored
Merge pull request #1483 from vdice/chore/bump-spin-v0.10.1
chore(Dockerfile): bump spin to v0.10.1
2 parents 92fb251 + 0abe5ee commit 415a76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG BINDLE_VERSION="v0.8.0"
1818
RUN 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"
2222
RUN 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

.github/release-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ARG BINDLE_VERSION="v0.8.0"
4343
RUN 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"
4747
RUN 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

0 commit comments

Comments
 (0)