Update Dockerfile

This commit is contained in:
STREGA 2023-09-30 21:40:50 -04:00 committed by Yuta Saito
parent 644a4c706a
commit 00a0315cab
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/swiftwasm/swift:5.8-focal FROM ghcr.io/swiftwasm/swift:5.9-focal
LABEL maintainer="SwiftWasm Maintainers <hello@swiftwasm.org>" LABEL maintainer="SwiftWasm Maintainers <hello@swiftwasm.org>"
LABEL Description="Carton is a watcher, bundler, and test runner for your SwiftWasm apps" LABEL Description="Carton is a watcher, bundler, and test runner for your SwiftWasm apps"
@ -16,7 +16,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
rm -r /var/lib/apt/lists/* rm -r /var/lib/apt/lists/*
ENV CARTON_ROOT=/root/.carton ENV CARTON_ROOT=/root/.carton
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.8.0-RELEASE ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.9-SNAPSHOT-2023-08-01-a
RUN mkdir -p $CARTON_ROOT/sdk && \ RUN mkdir -p $CARTON_ROOT/sdk && \
mkdir -p $CARTON_ROOT/sdk/$CARTON_DEFAULT_TOOLCHAIN && \ mkdir -p $CARTON_ROOT/sdk/$CARTON_DEFAULT_TOOLCHAIN && \