We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c94d0 commit e759426Copy full SHA for e759426
Dockerfile
@@ -16,7 +16,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
16
rm -r /var/lib/apt/lists/*
17
18
ENV CARTON_ROOT=/root/.carton
19
-ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.6.0-RELEASE
+ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.7-SNAPSHOT-2022-09-18-a
20
21
RUN mkdir -p $CARTON_ROOT/sdk && \
22
mkdir -p $CARTON_ROOT/sdk/$CARTON_DEFAULT_TOOLCHAIN && \
Sources/CartonHelpers/DefaultToolchain.swift
@@ -12,4 +12,4 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-public let defaultToolchainVersion = "wasm-5.6.0-RELEASE"
+public let defaultToolchainVersion = "wasm-5.7-SNAPSHOT-2022-09-18-a"
0 commit comments