Skip to content

Commit

Permalink
Update emcc version in linux-emscripten-amd64 Docker (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Nov 24, 2023
1 parent 09245b2 commit 1db60d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skiko/docker/linux-emscripten-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update -y && \
RUN apt-get install git python wget -y && \
apt-get install fontconfig libfontconfig1-dev libglu1-mesa-dev libxrandr-dev libdbus-1-dev curl zip -y
ENV EMSDK_DIR=/usr/emsdk
ENV EMSDK_VER=3.1.35
ENV EMSDK_VER=3.1.49
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK_DIR && \
$EMSDK_DIR/emsdk install $EMSDK_VER && \
$EMSDK_DIR/emsdk activate $EMSDK_VER
Expand Down

0 comments on commit 1db60d2

Please sign in to comment.