Skip to content

Commit

Permalink
update spin version to 2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Pflueger <[email protected]>
  • Loading branch information
jpflueger committed Mar 12, 2024
1 parent 98e44c9 commit 9248098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN wget "https://github.com/tinygo-org/tinygo/releases/download/v${TINYGO_VERSI
dpkg -i "tinygo_${TINYGO_VERSION}_${TARGETARCH}.deb"

# Install Spin
ARG SPIN_VERSION="v2.3.0"
ARG SPIN_VERSION="v2.3.1"
RUN mkdir -p /opt/spin && \
cd /opt/spin && \
curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v $SPIN_VERSION && \
Expand Down

0 comments on commit 9248098

Please sign in to comment.