Bump `defaultToolchainVersion` to 5.3.1 (#178)
* Bump defaultToolchainVersion to 5.3.1 * Bump version in Dockerfile
This commit is contained in:
parent
377aa7617a
commit
64da926cea
|
@ -13,7 +13,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
|
|||
rm -r /var/lib/apt/lists/*
|
||||
|
||||
ENV CARTON_ROOT=/root/.carton
|
||||
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.3.0-RELEASE
|
||||
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.3.1-RELEASE
|
||||
|
||||
RUN mkdir -p $CARTON_ROOT/sdk && \
|
||||
mkdir -p $CARTON_ROOT/sdk/$CARTON_DEFAULT_TOOLCHAIN && \
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
public let defaultToolchainVersion = "wasm-5.3.0-RELEASE"
|
||||
public let defaultToolchainVersion = "wasm-5.3.1-RELEASE"
|
||||
|
|
Loading…
Reference in New Issue