-
Notifications
You must be signed in to change notification settings - Fork 38
Conversation
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a Platform expert but LGTM!
@@ -18,7 +18,7 @@ ARG BINDLE_VERSION="v0.8.0" | |||
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/ | |||
|
|||
# Install spin | |||
ARG SPIN_VERSION="v0.2.0" | |||
ARG SPIN_VERSION="v0.10.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yikes. That's quite a bump!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅
Actually wait... does the Platform use the Fermyon fork of Hippo? |
Nope, if this is what Installer uses then this is what we should update. Sorry for confusing the issue! |
Love how Spin 0.10.1 came out like 2 hours after this got merged sigh |
😂 I'll issue a follow-up. Haven't cut a release here so might as well! |
--follow-all
option forspin up
is no longer valid; the behavior of that flag is now default (see linked release notes).See also fermyon/installer#126